gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet-scheme] 02/02: bogus-interposition: Correct typo (thow -> throw)


From: gnunet
Subject: [gnunet-scheme] 02/02: bogus-interposition: Correct typo (thow -> throw).
Date: Mon, 27 Jun 2022 20:10:39 +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 129a6fc7107b7c85e2502d82aceb941019d460dd
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Mon Jun 27 17:07:47 2022 +0000

    bogus-interposition: Correct typo (thow -> throw).
    
    * tests/message-handler.scm (bogus-interposition): Correct the typo.
---
 tests/message-handler.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/message-handler.scm b/tests/message-handler.scm
index 4de22ab..6087439 100644
--- a/tests/message-handler.scm
+++ b/tests/message-handler.scm
@@ -29,7 +29,7 @@
 (define (bogus-verifier x)
   (throw 'what #:verifier))
 (define (bogus-interposition thunk)
-  (thow 'what #:interposition))
+  (throw 'what #:interposition))
 (define (bogus-handler x)
   (throw 'what #:handler))
 

-- 
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]