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/set/gnunet-service-set_union.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/set/gnunet-service-set_union.c') diff --git a/src/set/gnunet-service-set_union.c b/src/set/gnunet-service-set_union.c index c06b7cddf..d762e4bba 100644 --- a/src/set/gnunet-service-set_union.c +++ b/src/set/gnunet-service-set_union.c @@ -490,7 +490,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, @@ -1836,7 +1836,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 */ void @@ -1870,7 +1870,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 */ void @@ -1930,7 +1930,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 */ @@ -1962,7 +1962,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 */ void -- cgit v1.2.3