aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_helper_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-11-14 17:22:13 +0100
committerChristian Grothoff <christian@grothoff.org>2020-11-14 17:22:13 +0100
commitc0f407c9d3cfa50c3378ebbfc0885e20c84dd0ef (patch)
tree0172526a73ff97b569f3e66d12d6fe54bf181a33 /src/include/gnunet_helper_lib.h
parentc90b5703c88339f7bdf909b77a45ea93c21792cd (diff)
downloadgnunet-c0f407c9d3cfa50c3378ebbfc0885e20c84dd0ef.tar.gz
gnunet-c0f407c9d3cfa50c3378ebbfc0885e20c84dd0ef.zip
misc spelling issues
Diffstat (limited to 'src/include/gnunet_helper_lib.h')
-rw-r--r--src/include/gnunet_helper_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_helper_lib.h b/src/include/gnunet_helper_lib.h
index 5e72cf76a..b54120204 100644
--- a/src/include/gnunet_helper_lib.h
+++ b/src/include/gnunet_helper_lib.h
@@ -49,7 +49,7 @@ struct GNUNET_HELPER_Handle;
49 49
50/** 50/**
51 * Callback that will be called when the helper process dies. This is not called 51 * Callback that will be called when the helper process dies. This is not called
52 * when the helper process is stoped using GNUNET_HELPER_stop() 52 * when the helper process is stopped using GNUNET_HELPER_stop()
53 * 53 *
54 * @param cls the closure from GNUNET_HELPER_start() 54 * @param cls the closure from GNUNET_HELPER_start()
55 */ 55 */
@@ -152,7 +152,7 @@ struct GNUNET_HELPER_SendHandle;
152 * @param h helper to send message to 152 * @param h helper to send message to
153 * @param msg message to send 153 * @param msg message to send
154 * @param can_drop can the message be dropped if there is already one in the queue? 154 * @param can_drop can the message be dropped if there is already one in the queue?
155 * @param cont continuation to run once the message is out (#GNUNET_OK on succees, #GNUNET_NO 155 * @param cont continuation to run once the message is out (#GNUNET_OK on success, #GNUNET_NO
156 * if the helper process died, #GNUNET_SYSERR during #GNUNET_HELPER_destroy). 156 * if the helper process died, #GNUNET_SYSERR during #GNUNET_HELPER_destroy).
157 * @param cont_cls closure for @a cont 157 * @param cont_cls closure for @a cont
158 * @return NULL if the message was dropped, 158 * @return NULL if the message was dropped,