gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet-scheme] 05/07: dht/client: Fix typo in <insertion> field name.


From: gnunet
Subject: [gnunet-scheme] 05/07: dht/client: Fix typo in <insertion> field name.
Date: Sat, 04 Mar 2023 02:27:00 +0100

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 23f95e1323ddbe4e5f6597ed90d09d5113c41eb1
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Sat Mar 4 02:15:39 2023 +0100

    dht/client: Fix typo in <insertion> field name.
    
    For the new records code, it is important for the field name to
    match the constructor signature.  This will allow simplifying
    <insertion> in the next commit.
    
    * gnu/gnunet/dht/client.scm (<insertion>)[desired-replication-leval]:
    Rename to (<insertion>)[desired-replication-level].
---
 gnu/gnunet/dht/client.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/gnunet/dht/client.scm b/gnu/gnunet/dht/client.scm
index 1b86d6d..3874c32 100644
--- a/gnu/gnunet/dht/client.scm
+++ b/gnu/gnunet/dht/client.scm
@@ -278,7 +278,7 @@ slices in the old insertion do not impact the new 
insertion.")
                     #:equality datum=?
                     #:getter insertion->datum
                     #:preprocess validate-datum)
-      #:field (desired-replication-leval
+      #:field (desired-replication-level
               #:copy identity
               #:equality =
               #:getter insertion-desired-replication-level

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