summaryrefslogtreecommitdiff
path: root/src/auditor/test-auditor.sh
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-08-06 15:23:44 +0200
committerChristian Grothoff <christian@grothoff.org>2022-08-06 15:23:44 +0200
commit36a6731a1a136e8c01be569d040f9bc29adfc13f (patch)
treebf5b27bbde3dfd98929c9a8e016e481aab690a71 /src/auditor/test-auditor.sh
parent2e74c04dadcf4add756e774bea9af789b828ff65 (diff)
downloadexchange-36a6731a1a136e8c01be569d040f9bc29adfc13f.tar.gz
exchange-36a6731a1a136e8c01be569d040f9bc29adfc13f.tar.bz2
exchange-36a6731a1a136e8c01be569d040f9bc29adfc13f.zip
-typo
Diffstat (limited to 'src/auditor/test-auditor.sh')
-rwxr-xr-xsrc/auditor/test-auditor.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auditor/test-auditor.sh b/src/auditor/test-auditor.sh
index bd7390cfc..f4047d28e 100755
--- a/src/auditor/test-auditor.sh
+++ b/src/auditor/test-auditor.sh
@@ -1168,7 +1168,7 @@ then
pre_audit aggregator
# Modify wire amount, such that it is inconsistent with 'aggregation'
- # (exchange payed only once, so the logic below should select the outgoing
+ # (exchange paid only once, so the logic below should select the outgoing
# wire transfer):
OLD_ID=1
OLD_PREP=`echo "SELECT payment FROM TalerRequestedPayments WHERE id='${OLD_ID}';" | sqlite3 $DB.sqlite3`