summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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`