From 82970de193a3f086b041566fa739e447f35e93b0 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Tue, 28 Jun 2016 11:43:56 +0000 Subject: [PATCH] typo --- src/include/gnunet_mq_lib.h | 4 ++-- src/util/mq.c | 4 ++-- 2 files changed, 4 insertions(+), 4 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); /** - * 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 diff --git a/src/util/mq.c b/src/util/mq.c index 4b196a740..d4c5b1644 100644 --- a/src/util/mq.c +++ b/src/util/mq.c @@ -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 -- 2.25.1