gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: typo


From: gnunet
Subject: [libeufin] branch master updated: typo
Date: Thu, 25 May 2023 11:58:19 +0200

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

ms pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 3948043c typo
3948043c is described below

commit 3948043cf2d1fd2d1c4266528b39c460c65b3996
Author: MS <ms@taler.net>
AuthorDate: Thu May 25 11:58:15 2023 +0200

    typo
---
 nexus/src/test/kotlin/SubjectNormalization.kt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nexus/src/test/kotlin/SubjectNormalization.kt 
b/nexus/src/test/kotlin/SubjectNormalization.kt
index 4956349e..d793662e 100644
--- a/nexus/src/test/kotlin/SubjectNormalization.kt
+++ b/nexus/src/test/kotlin/SubjectNormalization.kt
@@ -29,7 +29,7 @@ class SubjectNormalization {
         val extractedPub = extractReservePubFromSubject(validPub) // has 0s.
         assert(CryptoUtil.checkValidEddsaPublicKey(extractedPub!!))
         val extractedPubWithOs = 
extractReservePubFromSubject(validPub.replace('0', 'O'))
-        // The "!!" ensures that the extractor did find the reserve pub. with 
Os instead of zoers.
+        // The "!!" ensures that the extractor did find the reserve pub. with 
Os instead of zeros.
         assert(CryptoUtil.checkValidEddsaPublicKey(extractedPubWithOs!!))
     }
 }
\ No newline at end of file

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