aboutsummaryrefslogtreecommitdiff
path: root/src/setu/setu_api.c
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/setu/setu_api.c
parent1f2674fe293be7c1a852fbe4a7241fbcb149078f (diff)
downloadgnunet-aa78134a557079ce570345e751e4c36c4b2ba79a.tar.gz
gnunet-aa78134a557079ce570345e751e4c36c4b2ba79a.zip
-fix many more typos
Diffstat (limited to 'src/setu/setu_api.c')
-rw-r--r--src/setu/setu_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/setu/setu_api.c b/src/setu/setu_api.c
index dd3a4a769..0a09b18b2 100644
--- a/src/setu/setu_api.c
+++ b/src/setu/setu_api.c
@@ -293,7 +293,7 @@ set_operation_destroy (struct GNUNET_SETU_OperationHandle *oh)
293 293
294 if (NULL != oh->conclude_mqm) 294 if (NULL != oh->conclude_mqm)
295 GNUNET_MQ_discard (oh->conclude_mqm); 295 GNUNET_MQ_discard (oh->conclude_mqm);
296 /* is the operation already commited? */ 296 /* is the operation already committed? */
297 if (NULL != set) 297 if (NULL != set)
298 { 298 {
299 GNUNET_CONTAINER_DLL_remove (set->ops_head, 299 GNUNET_CONTAINER_DLL_remove (set->ops_head,