aboutsummaryrefslogtreecommitdiff
path: root/src/seti
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-04-26 20:25:37 +0200
committerChristian Grothoff <christian@grothoff.org>2021-04-26 20:25:37 +0200
commitaa78134a557079ce570345e751e4c36c4b2ba79a (patch)
treef7bf25950513285184e2426109235337d0aef8be /src/seti
parent1f2674fe293be7c1a852fbe4a7241fbcb149078f (diff)
downloadgnunet-aa78134a557079ce570345e751e4c36c4b2ba79a.tar.gz
gnunet-aa78134a557079ce570345e751e4c36c4b2ba79a.zip
-fix many more typos
Diffstat (limited to 'src/seti')
-rw-r--r--src/seti/seti_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/seti/seti_api.c b/src/seti/seti_api.c
index 5b88b0469..933aec0e1 100644
--- a/src/seti/seti_api.c
+++ b/src/seti/seti_api.c
@@ -309,7 +309,7 @@ set_operation_destroy (struct GNUNET_SETI_OperationHandle *oh)
309 309
310 if (NULL != oh->conclude_mqm) 310 if (NULL != oh->conclude_mqm)
311 GNUNET_MQ_discard (oh->conclude_mqm); 311 GNUNET_MQ_discard (oh->conclude_mqm);
312 /* is the operation already commited? */ 312 /* is the operation already committed? */
313 if (NULL != set) 313 if (NULL != set)
314 { 314 {
315 GNUNET_CONTAINER_DLL_remove (set->ops_head, 315 GNUNET_CONTAINER_DLL_remove (set->ops_head,