summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-04-23 23:53:52 +0200
committerChristian Grothoff <christian@grothoff.org>2021-04-23 23:53:52 +0200
commit5106a09c9fff809ff502a267759f5f72401c1065 (patch)
tree9caa2afa69427a15ae0119958228716aee08cd0e /src
parenta140c114d3b3109d7f288be3c21164f490348d44 (diff)
downloadexchange-5106a09c9fff809ff502a267759f5f72401c1065.tar.gz
exchange-5106a09c9fff809ff502a267759f5f72401c1065.tar.bz2
exchange-5106a09c9fff809ff502a267759f5f72401c1065.zip
fix more typos
Diffstat (limited to 'src')
-rwxr-xr-xsrc/auditor/generate-revoke-basedb.sh4
-rwxr-xr-xsrc/auditor/test-sync.sh2
-rw-r--r--src/exchange-tools/taler-auditor-offline.c2
-rw-r--r--src/exchange-tools/taler-exchange-offline.c14
4 files changed, 11 insertions, 11 deletions
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,