gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet-scheme] 135/324: mq: Fix typo in docstring of inject-message!.


From: gnunet
Subject: [gnunet-scheme] 135/324: mq: Fix typo in docstring of inject-message!.
Date: Tue, 21 Sep 2021 13:22:55 +0200

This is an automated email from the git hooks/post-receive script.

maxime-devos pushed a commit to branch master
in repository gnunet-scheme.

commit 0b05e8981ae3925441f5400d4026c3ed8216e545
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Tue Jun 15 16:35:51 2021 +0200

    mq: Fix typo in docstring of inject-message!.
    
    * gnu/packages/mq.scm (inject-message!): Replace 'mesage' with
      'message'.
---
 gnu/gnunet/mq.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/gnunet/mq.scm b/gnu/gnunet/mq.scm
index c77db34..5e1e291 100644
--- a/gnu/gnunet/mq.scm
+++ b/gnu/gnunet/mq.scm
@@ -151,7 +151,7 @@ messages must be sent in-order (TODO really received 
in-order?)."
     (define (inject-message! mq message)
       "Call the message handler that was registered
 for the type of the message @var{mq} in the message queue var{mq}
-with the mesage @var{message}. In case the message is malformed
+with the message @var{message}. In case the message is malformed
 (according to the message handler), inject a @code{&malformed-message}
 error instead.
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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