From aa78134a557079ce570345e751e4c36c4b2ba79a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 26 Apr 2021 20:25:37 +0200 Subject: -fix many more typos --- src/setu/gnunet-service-setu.c | 12 ++++++------ src/setu/perf_setu_api.c | 2 +- src/setu/setu_api.c | 2 +- src/setu/test_setu_api.c | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) (limited to 'src/setu') diff --git a/src/setu/gnunet-service-setu.c b/src/setu/gnunet-service-setu.c index 862b78aa9..bd1113f15 100644 --- a/src/setu/gnunet-service-setu.c +++ b/src/setu/gnunet-service-setu.c @@ -685,7 +685,7 @@ calculate_perf_rtt() { int bytes_transmitted = 0; /** - * Calculate RGNUNET_SETU_AcceptMessageRT of Fullsync normaly 1 or 1.5 depending + * Calculate RGNUNET_SETU_AcceptMessageRT of Fullsync normally 1 or 1.5 depending */ if (( perf_rtt.element_full.received != 0 ) || ( perf_rtt.element_full.sent != 0) @@ -1090,7 +1090,7 @@ op_get_element (struct Operation *op, * * @param op the union operation * @param ee the element entry - * @parem received was this element received from the remote peer? + * @param received was this element received from the remote peer? */ static void op_register_element (struct Operation *op, @@ -2419,7 +2419,7 @@ send_missing_full_elements_iter (void *cls, /** * Handle a request for full set transmission. * - * @parem cls closure, a set union operation + * @param cls closure, a set union operation * @param mh the demand message */ static void @@ -2449,7 +2449,7 @@ handle_union_p2p_request_full (void *cls, /** * Handle a "full done" message. * - * @parem cls closure, a set union operation + * @param cls closure, a set union operation * @param mh the demand message */ static void @@ -2510,7 +2510,7 @@ handle_union_p2p_full_done (void *cls, * Check a demand by the other peer for elements based on a list * of `struct GNUNET_HashCode`s. * - * @parem cls closure, a set union operation + * @param cls closure, a set union operation * @param mh the demand message * @return #GNUNET_OK if @a mh is well-formed */ @@ -2538,7 +2538,7 @@ check_union_p2p_demand (void *cls, * Handle a demand by the other peer for elements based on a list * of `struct GNUNET_HashCode`s. * - * @parem cls closure, a set union operation + * @param cls closure, a set union operation * @param mh the demand message */ static void diff --git a/src/setu/perf_setu_api.c b/src/setu/perf_setu_api.c index 3b82e8af9..b273f9c71 100644 --- a/src/setu/perf_setu_api.c +++ b/src/setu/perf_setu_api.c @@ -379,7 +379,7 @@ run (void *cls, set2); GNUNET_CRYPTO_hash_create_random (GNUNET_CRYPTO_QUALITY_WEAK, &app_id); - /* test if canceling an uncommited request works! */ + /* test if canceling an uncommitted request works! */ GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Launching and instantly stopping set operation\n"); my_oh = GNUNET_SETU_prepare (&local_id, 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) if (NULL != oh->conclude_mqm) GNUNET_MQ_discard (oh->conclude_mqm); - /* is the operation already commited? */ + /* is the operation already committed? */ if (NULL != set) { GNUNET_CONTAINER_DLL_remove (set->ops_head, diff --git a/src/setu/test_setu_api.c b/src/setu/test_setu_api.c index d5c9f5b7a..2fb7d015e 100644 --- a/src/setu/test_setu_api.c +++ b/src/setu/test_setu_api.c @@ -378,7 +378,7 @@ run (void *cls, set2); GNUNET_CRYPTO_hash_create_random (GNUNET_CRYPTO_QUALITY_WEAK, &app_id); - /* test if canceling an uncommited request works! */ + /* test if canceling an uncommitted request works! */ GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Launching and instantly stopping set operation\n"); my_oh = GNUNET_SETU_prepare (&local_id, -- cgit v1.2.3