aboutsummaryrefslogtreecommitdiff
path: root/src/scalarproduct
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/scalarproduct
parent1f2674fe293be7c1a852fbe4a7241fbcb149078f (diff)
downloadgnunet-aa78134a557079ce570345e751e4c36c4b2ba79a.tar.gz
gnunet-aa78134a557079ce570345e751e4c36c4b2ba79a.zip
-fix many more typos
Diffstat (limited to 'src/scalarproduct')
-rw-r--r--src/scalarproduct/gnunet-scalarproduct.c2
-rw-r--r--src/scalarproduct/gnunet-service-scalarproduct-ecc_alice.c2
-rw-r--r--src/scalarproduct/gnunet-service-scalarproduct_alice.c2
-rw-r--r--src/scalarproduct/scalarproduct_api.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/scalarproduct/gnunet-scalarproduct.c b/src/scalarproduct/gnunet-scalarproduct.c
index 7dc8ff5c3..14495de05 100644
--- a/src/scalarproduct/gnunet-scalarproduct.c
+++ b/src/scalarproduct/gnunet-scalarproduct.c
@@ -277,7 +277,7 @@ run (void *cls,
277 struct GNUNET_SCALARPRODUCT_Element element; 277 struct GNUNET_SCALARPRODUCT_Element element;
278 char*separator = NULL; 278 char*separator = NULL;
279 279
280 /* get the length of the current key,value; tupel */ 280 /* get the length of the current key,value; tuple */
281 for (end = begin; *end != ';'; end++) 281 for (end = begin; *end != ';'; end++)
282 if (*end == ',') 282 if (*end == ',')
283 separator = end; 283 separator = end;
diff --git a/src/scalarproduct/gnunet-service-scalarproduct-ecc_alice.c b/src/scalarproduct/gnunet-service-scalarproduct-ecc_alice.c
index e33d589be..dc43b5a54 100644
--- a/src/scalarproduct/gnunet-service-scalarproduct-ecc_alice.c
+++ b/src/scalarproduct/gnunet-service-scalarproduct-ecc_alice.c
@@ -714,7 +714,7 @@ cb_intersection_element_removed (void *cls,
714 * to accept it, otherwise the request will be refused 714 * to accept it, otherwise the request will be refused
715 * Note that we can't just return value from the listen callback, 715 * Note that we can't just return value from the listen callback,
716 * as it is also necessary to specify the set we want to do the 716 * as it is also necessary to specify the set we want to do the
717 * operation with, whith sometimes can be derived from the context 717 * operation with, which sometimes can be derived from the context
718 * message. It's necessary to specify the timeout. 718 * message. It's necessary to specify the timeout.
719 */ 719 */
720static void 720static void
diff --git a/src/scalarproduct/gnunet-service-scalarproduct_alice.c b/src/scalarproduct/gnunet-service-scalarproduct_alice.c
index 1ca7f61da..665d2ad7f 100644
--- a/src/scalarproduct/gnunet-service-scalarproduct_alice.c
+++ b/src/scalarproduct/gnunet-service-scalarproduct_alice.c
@@ -972,7 +972,7 @@ cb_intersection_element_removed (void *cls,
972 * to accept it, otherwise the request will be refused 972 * to accept it, otherwise the request will be refused
973 * Note that we can't just return value from the listen callback, 973 * Note that we can't just return value from the listen callback,
974 * as it is also necessary to specify the set we want to do the 974 * as it is also necessary to specify the set we want to do the
975 * operation with, whith sometimes can be derived from the context 975 * operation with, which sometimes can be derived from the context
976 * message. It's necessary to specify the timeout. 976 * message. It's necessary to specify the timeout.
977 */ 977 */
978static void 978static void
diff --git a/src/scalarproduct/scalarproduct_api.c b/src/scalarproduct/scalarproduct_api.c
index 4ac39614a..44d6bd812 100644
--- a/src/scalarproduct/scalarproduct_api.c
+++ b/src/scalarproduct/scalarproduct_api.c
@@ -417,7 +417,7 @@ GNUNET_SCALARPRODUCT_start_computation (
417 h); 417 h);
418 if (NULL == h->mq) 418 if (NULL == h->mq)
419 { 419 {
420 /* missconfigured scalarproduct service */ 420 /* misconfigured scalarproduct service */
421 GNUNET_break (0); 421 GNUNET_break (0);
422 GNUNET_free (h); 422 GNUNET_free (h);
423 return NULL; 423 return NULL;