From 5106a09c9fff809ff502a267759f5f72401c1065 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 23 Apr 2021 23:53:52 +0200 Subject: fix more typos --- 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 +++++++------- 4 files changed, 11 insertions(+), 11 deletions(-) (limited to 'src') diff --git a/src/auditor/generate-revoke-basedb.sh b/src/auditor/generate-revoke-basedb.sh index 118a366b5..09ba78ec5 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 156df9cc1..24de92ebe 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 f4bd93d53..17ae10834 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 ee173f11b..6164a8103 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, -- cgit v1.2.3