aboutsummaryrefslogtreecommitdiff
path: root/src/set/gnunet-service-set_union.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/set/gnunet-service-set_union.c
parent1f2674fe293be7c1a852fbe4a7241fbcb149078f (diff)
downloadgnunet-aa78134a557079ce570345e751e4c36c4b2ba79a.tar.gz
gnunet-aa78134a557079ce570345e751e4c36c4b2ba79a.zip
-fix many more typos
Diffstat (limited to 'src/set/gnunet-service-set_union.c')
-rw-r--r--src/set/gnunet-service-set_union.c10
1 files changed, 5 insertions, 5 deletions
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,
490 * 490 *
491 * @param op the union operation 491 * @param op the union operation
492 * @param ee the element entry 492 * @param ee the element entry
493 * @parem received was this element received from the remote peer? 493 * @param received was this element received from the remote peer?
494 */ 494 */
495static void 495static void
496op_register_element (struct Operation *op, 496op_register_element (struct Operation *op,
@@ -1836,7 +1836,7 @@ send_missing_full_elements_iter (void *cls,
1836/** 1836/**
1837 * Handle a request for full set transmission. 1837 * Handle a request for full set transmission.
1838 * 1838 *
1839 * @parem cls closure, a set union operation 1839 * @param cls closure, a set union operation
1840 * @param mh the demand message 1840 * @param mh the demand message
1841 */ 1841 */
1842void 1842void
@@ -1870,7 +1870,7 @@ handle_union_p2p_request_full (void *cls,
1870/** 1870/**
1871 * Handle a "full done" message. 1871 * Handle a "full done" message.
1872 * 1872 *
1873 * @parem cls closure, a set union operation 1873 * @param cls closure, a set union operation
1874 * @param mh the demand message 1874 * @param mh the demand message
1875 */ 1875 */
1876void 1876void
@@ -1930,7 +1930,7 @@ handle_union_p2p_full_done (void *cls,
1930 * Check a demand by the other peer for elements based on a list 1930 * Check a demand by the other peer for elements based on a list
1931 * of `struct GNUNET_HashCode`s. 1931 * of `struct GNUNET_HashCode`s.
1932 * 1932 *
1933 * @parem cls closure, a set union operation 1933 * @param cls closure, a set union operation
1934 * @param mh the demand message 1934 * @param mh the demand message
1935 * @return #GNUNET_OK if @a mh is well-formed 1935 * @return #GNUNET_OK if @a mh is well-formed
1936 */ 1936 */
@@ -1962,7 +1962,7 @@ check_union_p2p_demand (void *cls,
1962 * Handle a demand by the other peer for elements based on a list 1962 * Handle a demand by the other peer for elements based on a list
1963 * of `struct GNUNET_HashCode`s. 1963 * of `struct GNUNET_HashCode`s.
1964 * 1964 *
1965 * @parem cls closure, a set union operation 1965 * @param cls closure, a set union operation
1966 * @param mh the demand message 1966 * @param mh the demand message
1967 */ 1967 */
1968void 1968void