gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: fix more typos


From: gnunet
Subject: [taler-exchange] branch master updated: fix more typos
Date: Fri, 23 Apr 2021 23:53:55 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 5106a09c fix more typos
5106a09c is described below

commit 5106a09c9fff809ff502a267759f5f72401c1065
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Apr 23 23:53:52 2021 +0200

    fix more typos
---
 debian/taler-exchange.lintan-overrides      |  2 +-
 doc/paper/taler.tex                         |  2 +-
 doc/paper/taler_FC2017.txt                  |  2 +-
 doc/system/taler/implementation.tex         |  2 +-
 src/auditor/generate-revoke-basedb.sh       |  4 ++--
 src/auditor/test-sync.sh                    |  2 +-
 src/exchange-tools/taler-auditor-offline.c  |  2 +-
 src/exchange-tools/taler-exchange-offline.c | 14 +++++++-------
 8 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/debian/taler-exchange.lintan-overrides 
b/debian/taler-exchange.lintan-overrides
index 01c937c5..b11557a6 100644
--- a/debian/taler-exchange.lintan-overrides
+++ b/debian/taler-exchange.lintan-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.
 taler-exchange: package-name-doesnt-match-sonames
diff --git a/doc/paper/taler.tex b/doc/paper/taler.tex
index 45eeacdf..b462a4d6 100644
--- a/doc/paper/taler.tex
+++ b/doc/paper/taler.tex
@@ -487,7 +487,7 @@ and another time for refunding the remaining amount without 
losing anonymity.
 Unfortunately this approach cannot be used for a general-purpose payment
 system, since the refund operation of Rupp et al. allows transferring money
 in a way that hides income from taxation.  Refunding a coin into a wallet that
-didn't withdraw the coin is possible in their system, but consitutes a
+didn't withdraw the coin is possible in their system, but constitutes a
 transaction between two parties that is not recognized by the system for the
 purpose of income taxation.
 
diff --git a/doc/paper/taler_FC2017.txt b/doc/paper/taler_FC2017.txt
index f66530c6..40070be4 100644
--- a/doc/paper/taler_FC2017.txt
+++ b/doc/paper/taler_FC2017.txt
@@ -184,7 +184,7 @@ Specific comments:
 
 > We added remarks on the level of anonymity that Zerocash achieves.
 > We suspect Zerocash's inherent scaling issues limit its anonymity
-> for normal purchases, as compaired to that a large Taler exchange
+> for normal purchases, as compared to that a large Taler exchange
 > provides.  We mention that Zerocash is likely to provide better
 > anonymtiy for large transactions that do not need to be cashed out.
 
diff --git a/doc/system/taler/implementation.tex 
b/doc/system/taler/implementation.tex
index b49763c6..9d7cb9a9 100644
--- a/doc/system/taler/implementation.tex
+++ b/doc/system/taler/implementation.tex
@@ -2267,7 +2267,7 @@ exchange.  The highest rate of spends was $780$ per 
second.  Thus, the
 theoretically achievable transaction rate on our single test machine (and a
 dedicated machine for the database) would be $780 \cdot 3 / 10 = 234$ 
transactions
 per second under the relatively pessimistic assumptions we made about what
-consitutes a transaction.
+constitutes a transaction.
 
 If a GNU Taler deployment was used to pay for items of fixed price (e.g., 
online
 news articles), the overhead of multiple coins and refresh operations (which
diff --git a/src/auditor/generate-revoke-basedb.sh 
b/src/auditor/generate-revoke-basedb.sh
index 118a366b..09ba78ec 100755
--- a/src/auditor/generate-revoke-basedb.sh
+++ b/src/auditor/generate-revoke-basedb.sh
@@ -230,7 +230,7 @@ taler-exchange-offline -c $CONF \
 
 sleep 1 # Give exchange time to create replacmenent key
 
-# Re-sign replacment keys
+# Re-sign replacement keys
 taler-auditor-offline -c $CONF \
   download sign upload &> taler-auditor-offline.log
 
@@ -328,7 +328,7 @@ taler-exchange-offline -c $CONF \
 
 sleep 1 # Give exchange time to create replacmenent key
 
-# Re-sign replacment keys
+# Re-sign replacement keys
 taler-auditor-offline -c $CONF \
   download sign upload &> taler-auditor-offline.log
 
diff --git a/src/auditor/test-sync.sh b/src/auditor/test-sync.sh
index 156df9cc..24de92eb 100755
--- a/src/auditor/test-sync.sh
+++ b/src/auditor/test-sync.sh
@@ -29,7 +29,7 @@ do
         dropdb talercheck-in
         dropdb talercheck-out
         echo "FAIL"
-        echo "Record count missmatch: $CIN / $COUT in table $table"
+        echo "Record count mismatch: $CIN / $COUT in table $table"
         exit 1
     fi
 done
diff --git a/src/exchange-tools/taler-auditor-offline.c 
b/src/exchange-tools/taler-auditor-offline.c
index f4bd93d5..17ae1083 100644
--- a/src/exchange-tools/taler-auditor-offline.c
+++ b/src/exchange-tools/taler-auditor-offline.c
@@ -415,7 +415,7 @@ denomination_add_cb (
  *
  * @param exchange_url base URL of the exchange
  * @param idx index of the operation we are performing (for logging)
- * @param value argumets for denomination revocation
+ * @param value arguments for denomination revocation
  */
 static void
 upload_denomination_add (const char *exchange_url,
diff --git a/src/exchange-tools/taler-exchange-offline.c 
b/src/exchange-tools/taler-exchange-offline.c
index ee173f11..6164a810 100644
--- a/src/exchange-tools/taler-exchange-offline.c
+++ b/src/exchange-tools/taler-exchange-offline.c
@@ -831,7 +831,7 @@ denom_revocation_cb (
  *
  * @param exchange_url base URL of the exchange
  * @param idx index of the operation we are performing (for logging)
- * @param value argumets for denomination revocation
+ * @param value arguments for denomination revocation
  */
 static void
 upload_denom_revocation (const char *exchange_url,
@@ -920,7 +920,7 @@ signkey_revocation_cb (
  *
  * @param exchange_url base URL of the exchange
  * @param idx index of the operation we are performing (for logging)
- * @param value argumets for denomination revocation
+ * @param value arguments for denomination revocation
  */
 static void
 upload_signkey_revocation (const char *exchange_url,
@@ -1008,7 +1008,7 @@ auditor_add_cb (void *cls,
  *
  * @param exchange_url base URL of the exchange
  * @param idx index of the operation we are performing (for logging)
- * @param value argumets for denomination revocation
+ * @param value arguments for denomination revocation
  */
 static void
 upload_auditor_add (const char *exchange_url,
@@ -1108,7 +1108,7 @@ auditor_del_cb (void *cls,
  *
  * @param exchange_url base URL of the exchange
  * @param idx index of the operation we are performing (for logging)
- * @param value argumets for denomination revocation
+ * @param value arguments for denomination revocation
  */
 static void
 upload_auditor_del (const char *exchange_url,
@@ -1200,7 +1200,7 @@ wire_add_cb (void *cls,
  *
  * @param exchange_url base URL of the exchange
  * @param idx index of the operation we are performing (for logging)
- * @param value argumets for denomination revocation
+ * @param value arguments for denomination revocation
  */
 static void
 upload_wire_add (const char *exchange_url,
@@ -1311,7 +1311,7 @@ wire_del_cb (void *cls,
  *
  * @param exchange_url base URL of the exchange
  * @param idx index of the operation we are performing (for logging)
- * @param value argumets for denomination revocation
+ * @param value arguments for denomination revocation
  */
 static void
 upload_wire_del (const char *exchange_url,
@@ -1404,7 +1404,7 @@ wire_fee_cb (
  *
  * @param exchange_url base URL of the exchange
  * @param idx index of the operation we are performing (for logging)
- * @param value argumets for denomination revocation
+ * @param value arguments for denomination revocation
  */
 static void
 upload_wire_fee (const char *exchange_url,

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