gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet-scheme] 145/324: mq: envelope: Correct spelling in comments and


From: gnunet
Subject: [gnunet-scheme] 145/324: mq: envelope: Correct spelling in comments and docstrings.
Date: Tue, 21 Sep 2021 13:23:05 +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 6c0732a089677cebc15eac12fa85fad5ec850db6
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Sun Jun 20 11:29:21 2021 +0200

    mq: envelope: Correct spelling in comments and docstrings.
    
    * gnu/gnunet/mq/envelope.scm: Replace ‘to’ with ‘too’ and
      ‘irrevocabily’ with ‘irrevocably’ where appropriate.
---
 gnu/gnunet/mq/envelope.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/gnunet/mq/envelope.scm b/gnu/gnunet/mq/envelope.scm
index 76d91ea..d36f157 100644
--- a/gnu/gnunet/mq/envelope.scm
+++ b/gnu/gnunet/mq/envelope.scm
@@ -46,7 +46,7 @@
     (define-record-type (<envelope> make-envelope envelope?)
       ;; Atomic box:
       ;;    #t: cancelled
-      ;;    #f: to late to cancel, message has been irrevocabily sent!
+      ;;    #f: too late to cancel, message has been irrevocably sent!
       ;;
       ;;        (Unless you play tricks like pulling out the Ethernet
       ;;        cable before the message is received by the router)
@@ -60,7 +60,7 @@
 of the message (@var{cancel!}) and who should be notified when the message
 cannot be unsent anymore (@var{notify-sent!}).
 
-Once marked as cancelled or irrevocabily sent, the record drops its
+Once marked as cancelled or irrevocably sent, the record drops its
 references to @var{message}, @var{cancel!} and @var{notify-sent!}.
 When being marked as cancelled, the thunk @var{cancel!} is called."
           (assert (and (procedure? cancel!) (procedure? notify-sent!)
@@ -95,7 +95,7 @@ mark the message as irrevocably sent, call the notify-sent 
callback and
 evaluate @var{exp/go} in an environment where the message @var{message}
 and its priority @var{priority} are bound.
 
-If the message has already been marked as irrevocabily sent,
+If the message has already been marked as irrevocably sent,
 evaluate @var{exp/already-sent} instead. If the message is cancelled,
 evaluate @var{exp/cancelled} 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]