gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r37412 - in gnunet/src: include util


From: gnunet
Subject: [GNUnet-SVN] r37412 - in gnunet/src: include util
Date: Tue, 28 Jun 2016 13:43:56 +0200

Author: marcello
Date: 2016-06-28 13:43:56 +0200 (Tue, 28 Jun 2016)
New Revision: 37412

Modified:
   gnunet/src/include/gnunet_mq_lib.h
   gnunet/src/util/mq.c
Log:
typo

Modified: gnunet/src/include/gnunet_mq_lib.h
===================================================================
--- gnunet/src/include/gnunet_mq_lib.h  2016-06-28 09:47:01 UTC (rev 37411)
+++ gnunet/src/include/gnunet_mq_lib.h  2016-06-28 11:43:56 UTC (rev 37412)
@@ -443,7 +443,7 @@
 
 
 /**
- * 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 @@
 
 
 /**
- * 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

Modified: gnunet/src/util/mq.c
===================================================================
--- gnunet/src/util/mq.c        2016-06-28 09:47:01 UTC (rev 37411)
+++ gnunet/src/util/mq.c        2016-06-28 11:43:56 UTC (rev 37412)
@@ -314,7 +314,7 @@
 
 
 /**
- * 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 @@
 
 
 /**
- * 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]