typo
authorMarcello Stanisci <marcello.stanisci@inria.fr>
Tue, 28 Jun 2016 11:43:56 +0000 (11:43 +0000)
committerMarcello Stanisci <marcello.stanisci@inria.fr>
Tue, 28 Jun 2016 11:43:56 +0000 (11:43 +0000)
src/include/gnunet_mq_lib.h
src/util/mq.c

index 08e09d5b51c76c6f18cbdb3fbd7120e38d600300..c0dafe3a7cc477d340b8bc8218c29289ee365e52 100644 (file)
@@ -443,7 +443,7 @@ GNUNET_MQ_get_length (struct GNUNET_MQ_Handle *mq);
 
 
 /**
- * Send a message with the give message queue.
+ * Send a message with the given message queue.
  * May only be called once per message.
  *
  * @param mq message queue
@@ -455,7 +455,7 @@ GNUNET_MQ_send (struct GNUNET_MQ_Handle *mq,
 
 
 /**
- * Send a copy of a message with the give message queue.
+ * Send a copy of a message with the given message queue.
  * Can be called repeatedly on the same envelope.
  *
  * @param mq message queue
index 4b196a740a3a991a7db950c0a25f3dbd248d37b7..d4c5b164419ff6039e1dba3257ae68b75e5a372c 100644 (file)
@@ -314,7 +314,7 @@ GNUNET_MQ_get_length (struct GNUNET_MQ_Handle *mq)
 
 
 /**
- * Send a message with the give message queue.
+ * Send a message with the given message queue.
  * May only be called once per message.
  *
  * @param mq message queue
@@ -343,7 +343,7 @@ GNUNET_MQ_send (struct GNUNET_MQ_Handle *mq,
 
 
 /**
- * Send a copy of a message with the give message queue.
+ * Send a copy of a message with the given message queue.
  * Can be called repeatedly on the same envelope.
  *
  * @param mq message queue