aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_mq_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_mq_lib.h
parentc90b5703c88339f7bdf909b77a45ea93c21792cd (diff)
downloadgnunet-c0f407c9d3cfa50c3378ebbfc0885e20c84dd0ef.tar.gz
gnunet-c0f407c9d3cfa50c3378ebbfc0885e20c84dd0ef.zip
misc spelling issues
Diffstat (limited to 'src/include/gnunet_mq_lib.h')
-rw-r--r--src/include/gnunet_mq_lib.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/include/gnunet_mq_lib.h b/src/include/gnunet_mq_lib.h
index 37f21e5b1..710664fe7 100644
--- a/src/include/gnunet_mq_lib.h
+++ b/src/include/gnunet_mq_lib.h
@@ -428,7 +428,7 @@ GNUNET_MQ_dll_remove (struct GNUNET_MQ_Envelope **env_head,
428/** 428/**
429 * Copy an array of handlers. 429 * Copy an array of handlers.
430 * 430 *
431 * Useful if the array has been delared in local memory and needs to be 431 * Useful if the array has been declared in local memory and needs to be
432 * persisted for future use. 432 * persisted for future use.
433 * 433 *
434 * @param handlers Array of handlers to be copied. 434 * @param handlers Array of handlers to be copied.
@@ -442,7 +442,7 @@ GNUNET_MQ_copy_handlers (const struct GNUNET_MQ_MessageHandler *handlers);
442/** 442/**
443 * Copy an array of handlers, appending AGPL handler. 443 * Copy an array of handlers, appending AGPL handler.
444 * 444 *
445 * Useful if the array has been delared in local memory and needs to be 445 * Useful if the array has been declared in local memory and needs to be
446 * persisted for future use. 446 * persisted for future use.
447 * 447 *
448 * @param handlers Array of handlers to be copied. Can be NULL (nothing done). 448 * @param handlers Array of handlers to be copied. Can be NULL (nothing done).
@@ -483,7 +483,7 @@ struct GNUNET_MQ_MessageHandler
483 483
484 /** 484 /**
485 * Callback, called every time a new message of 485 * Callback, called every time a new message of
486 * the specified @e type has been receied. 486 * the specified @e type has been received.
487 * The closure given to @e mv will be this struct (not @e ctx). 487 * The closure given to @e mv will be this struct (not @e ctx).
488 */ 488 */
489 GNUNET_MQ_MessageCallback cb; 489 GNUNET_MQ_MessageCallback cb;
@@ -665,7 +665,7 @@ struct GNUNET_MQ_MessageHandler
665 * Call the message message handler that was registered 665 * Call the message message handler that was registered
666 * for the type of the given message in the given @a handlers list. 666 * for the type of the given message in the given @a handlers list.
667 * 667 *
668 * This function is indended to be used for the implementation 668 * This function is indented to be used for the implementation
669 * of message queues. 669 * of message queues.
670 * 670 *
671 * @param handlers a set of handlers 671 * @param handlers a set of handlers
@@ -972,7 +972,7 @@ GNUNET_MQ_destroy_notify_cancel (
972 * Call the message message handler that was registered 972 * Call the message message handler that was registered
973 * for the type of the given message in the given message queue. 973 * for the type of the given message in the given message queue.
974 * 974 *
975 * This function is indended to be used for the implementation 975 * This function is indented to be used for the implementation
976 * of message queues. 976 * of message queues.
977 * 977 *
978 * @param mq message queue with the handlers 978 * @param mq message queue with the handlers