aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_mq_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_mq_lib.h')
-rw-r--r--src/include/gnunet_mq_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_mq_lib.h b/src/include/gnunet_mq_lib.h
index 08e09d5b5..c0dafe3a7 100644
--- a/src/include/gnunet_mq_lib.h
+++ b/src/include/gnunet_mq_lib.h
@@ -443,7 +443,7 @@ GNUNET_MQ_get_length (struct GNUNET_MQ_Handle *mq);
443 443
444 444
445/** 445/**
446 * Send a message with the give message queue. 446 * Send a message with the given message queue.
447 * May only be called once per message. 447 * May only be called once per message.
448 * 448 *
449 * @param mq message queue 449 * @param mq message queue
@@ -455,7 +455,7 @@ GNUNET_MQ_send (struct GNUNET_MQ_Handle *mq,
455 455
456 456
457/** 457/**
458 * Send a copy of a message with the give message queue. 458 * Send a copy of a message with the given message queue.
459 * Can be called repeatedly on the same envelope. 459 * Can be called repeatedly on the same envelope.
460 * 460 *
461 * @param mq message queue 461 * @param mq message queue