From f62e24a88c21235bc3c901508cfb474509ef2961 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 14 Nov 2020 17:17:36 +0100 Subject: spell checking --- src/util/helper.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/util/helper.c') diff --git a/src/util/helper.c b/src/util/helper.c index 7360b7d4b..dcb55d8c7 100644 --- a/src/util/helper.c +++ b/src/util/helper.c @@ -103,7 +103,7 @@ struct GNUNET_HELPER_Handle struct GNUNET_OS_Process *helper_proc; /** - * The Message-Tokenizer that tokenizes the messages comming from the helper + * The Message-Tokenizer that tokenizes the messages coming from the helper */ struct GNUNET_MessageStreamTokenizer *mst; @@ -646,7 +646,7 @@ helper_write (void *cls) * @param h helper to send message to * @param msg message to send * @param can_drop can the message be dropped if there is already one in the queue? - * @param cont continuation to run once the message is out (#GNUNET_OK on succees, #GNUNET_NO + * @param cont continuation to run once the message is out (#GNUNET_OK on success, #GNUNET_NO * if the helper process died, #GNUNET_SYSERR during #GNUNET_HELPER_destroy). * @param cont_cls closure for @a cont * @return NULL if the message was dropped, -- cgit v1.2.3