gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] branch master updated: fix spelling issues


From: gnunet
Subject: [taler-anastasis] branch master updated: fix spelling issues
Date: Fri, 23 Apr 2021 23:50:58 +0200

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

grothoff pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new 323c068  fix spelling issues
323c068 is described below

commit 323c068a86c3a0b07bbeb6c974ad31823825bd41
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Apr 23 23:50:55 2021 +0200

    fix spelling issues
---
 debian/anastasis.lintian-overrides                   | 2 +-
 doc/anastasis.texi                                   | 4 ++--
 src/cli/test_anastasis_reducer_add_authentication.sh | 2 +-
 src/include/anastasis_service.h                      | 2 +-
 src/lib/anastasis_recovery.c                         | 2 +-
 src/reducer/anastasis_api_recovery_redux.c           | 4 ++--
 6 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/debian/anastasis.lintian-overrides 
b/debian/anastasis.lintian-overrides
index e185cb8..0908fa0 100644
--- a/debian/anastasis.lintian-overrides
+++ b/debian/anastasis.lintian-overrides
@@ -1,3 +1,3 @@
-# internal libraries are not splitted out into a dedicated package to avoid
+# internal libraries are not split out into a dedicated package to avoid
 # micropackaging.
 anastasis: package-name-doesnt-match-sonames
diff --git a/doc/anastasis.texi b/doc/anastasis.texi
index 810e3eb..81f3256 100644
--- a/doc/anastasis.texi
+++ b/doc/anastasis.texi
@@ -1561,7 +1561,7 @@ Translated descriptions may be provided under 
@strong{label_i18n}.
 different countries. Useful to preserve values should the user enter
 some attributes, and then switch to another country.  Note that
 attributes must not be preserved if they merely have the same @strong{name},
-only the @strong{uuid} will be identical if the semantics is identicial.
+only the @strong{uuid} will be identical if the semantics is identical.
 
 @item
 @strong{widget}: an optional name of a widget that is known to nicely render
@@ -1788,7 +1788,7 @@ is specific to the failure, and optional details.  
Example:
 @end example
 
 Clients may safely repeat this transition to validate the user’s inputs
-until they statisfy all of the constraints.  This way, the user interface
+until they satisfy all of the constraints.  This way, the user interface
 does not have to perform the input validation directly.
 
 @strong{add_authentication}:
diff --git a/src/cli/test_anastasis_reducer_add_authentication.sh 
b/src/cli/test_anastasis_reducer_add_authentication.sh
index 2dee364..731ae59 100755
--- a/src/cli/test_anastasis_reducer_add_authentication.sh
+++ b/src/cli/test_anastasis_reducer_add_authentication.sh
@@ -46,7 +46,7 @@ echo -n "Test add authentication ..."
 anastasis-reducer -a \
   '{"authentication_method": {
     "type": "question",
-    "instructions": "Whats your name?",
+    "instructions": "What is your name?",
     "challenge": "91GPWWR"
     } }' \
   add_authentication resources/03-backup.json $TFILE
diff --git a/src/include/anastasis_service.h b/src/include/anastasis_service.h
index 618f9ed..0af787f 100644
--- a/src/include/anastasis_service.h
+++ b/src/include/anastasis_service.h
@@ -501,7 +501,7 @@ struct ANASTASIS_KeyShareDownloadDetails
     struct ANASTASIS_CRYPTO_EncryptedKeyShareP eks;
 
     /**
-     * Response if the challenge sitll needs to be answered, and the
+     * Response if the challenge still needs to be answered, and the
      * instructions are provided inline (no redirection).
      */
     struct
diff --git a/src/lib/anastasis_recovery.c b/src/lib/anastasis_recovery.c
index cc8a8f7..2ed95ab 100644
--- a/src/lib/anastasis_recovery.c
+++ b/src/lib/anastasis_recovery.c
@@ -358,7 +358,7 @@ keyshare_lookup_cb (void *cls,
 
 
   /* Check if there is a policy for which all challenges have
-     been satisifed, if so, store it in 'rdps'. */
+     been satisfied, if so, store it in 'rdps'. */
   rdps = NULL;
   for (unsigned int i = 0; i < recovery->ri.dps_len; i++)
   {
diff --git a/src/reducer/anastasis_api_recovery_redux.c 
b/src/reducer/anastasis_api_recovery_redux.c
index 7afbcd6..d42bd1b 100644
--- a/src/reducer/anastasis_api_recovery_redux.c
+++ b/src/reducer/anastasis_api_recovery_redux.c
@@ -2034,7 +2034,7 @@ return_no_policy (struct RecoverSecretState *rss,
   json_t *msg;
 
   GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
-              "No provider online, need user to manually specfy providers!\n");
+              "No provider online, need user to manually specify 
providers!\n");
   msg = json_pack ("{s:s, s:b}",
                    "hint",
                    offline ? "could not contact provider" :
@@ -2348,7 +2348,7 @@ providers_complete (struct RecoverSecretState *rss)
   if (! launched)
   {
     GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
-                "No provider online, need user to specfy different 
provider!\n");
+                "No provider online, need user to specify different 
provider!\n");
     return_no_policy (rss,
                       true);
     return;

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