diff options
Diffstat (limited to 'src/auditor')
-rwxr-xr-x | src/auditor/generate-auditor-basedb.sh | 2 | ||||
-rwxr-xr-x | src/auditor/generate-revoke-basedb.sh | 2 | ||||
-rw-r--r-- | src/auditor/taler-auditor-httpd.c | 2 | ||||
-rw-r--r-- | src/auditor/taler-helper-auditor-coins.c | 4 | ||||
-rw-r--r-- | src/auditor/taler-helper-auditor-wire.c | 6 |
5 files changed, 8 insertions, 8 deletions
diff --git a/src/auditor/generate-auditor-basedb.sh b/src/auditor/generate-auditor-basedb.sh index fa693b561..3ecd43dd0 100755 --- a/src/auditor/generate-auditor-basedb.sh +++ b/src/auditor/generate-auditor-basedb.sh @@ -31,7 +31,7 @@ BASEDB=${1:-"auditor-basedb"} # elsewhere TARGET_DB=taler-auditor-basedb -# Configuation file will be edited, so we create one +# Configuration file will be edited, so we create one # from the template. CONF=generate-auditor-basedb-prod.conf cp generate-auditor-basedb-template.conf $CONF diff --git a/src/auditor/generate-revoke-basedb.sh b/src/auditor/generate-revoke-basedb.sh index 2a24ad5fe..e687b1ffd 100755 --- a/src/auditor/generate-revoke-basedb.sh +++ b/src/auditor/generate-revoke-basedb.sh @@ -27,7 +27,7 @@ TMP_DIR=`mktemp -d revocation-tmp-XXXXXX` export WALLET_DB=wallet-revocation.json rm -f $WALLET_DB -# Configuation file will be edited, so we create one +# Configuration file will be edited, so we create one # from the template. export CONF=generate-auditor-basedb-revocation.conf cp generate-auditor-basedb-template.conf $CONF diff --git a/src/auditor/taler-auditor-httpd.c b/src/auditor/taler-auditor-httpd.c index c84327045..4f7e11f84 100644 --- a/src/auditor/taler-auditor-httpd.c +++ b/src/auditor/taler-auditor-httpd.c @@ -125,7 +125,7 @@ handle_signal (int signal_number) 1); /* While one might like to "handle errors" here, even logging via fprintf() isn't safe inside of a signal handler. So there is nothing we safely CAN - do. OTOH, also very little that can go wrong in pratice. Calling _exit() + do. OTOH, also very little that can go wrong in practice. Calling _exit() on errors might be a possibility, but that might do more harm than good. */// } diff --git a/src/auditor/taler-helper-auditor-coins.c b/src/auditor/taler-helper-auditor-coins.c index 24d490343..fb50c8dbf 100644 --- a/src/auditor/taler-helper-auditor-coins.c +++ b/src/auditor/taler-helper-auditor-coins.c @@ -1578,9 +1578,9 @@ refresh_session_cb (void *cls, * @param coin_sig signature from the coin * @param amount_with_fee amount that was deposited including fee * @param h_contract_terms hash of the proposal data known to merchant and customer - * @param refund_deadline by which the merchant adviced that he might want + * @param refund_deadline by which the merchant advised that he might want * to get a refund - * @param wire_deadline by which the merchant adviced that he would like the + * @param wire_deadline by which the merchant advised that he would like the * wire transfer to be executed * @param receiver_wire_account wire details for the merchant, NULL from iterate_matching_deposits() * @param done flag set if the deposit was already executed (or not) diff --git a/src/auditor/taler-helper-auditor-wire.c b/src/auditor/taler-helper-auditor-wire.c index f074e5a1a..59cb544a4 100644 --- a/src/auditor/taler-helper-auditor-wire.c +++ b/src/auditor/taler-helper-auditor-wire.c @@ -222,18 +222,18 @@ static json_t *report_reserve_in_inconsistencies; static json_t *report_missattribution_in_inconsistencies; /** - * Array of reports about row inconcistencies. + * Array of reports about row inconsistencies. */ static json_t *report_row_inconsistencies; /** - * Array of reports about inconcistencies in the database about + * Array of reports about inconsistencies in the database about * the incoming wire transfers (exchange is not exactly to blame). */ static json_t *report_wire_format_inconsistencies; /** - * Array of reports about minor row inconcistencies. + * Array of reports about minor row inconsistencies. */ static json_t *report_row_minor_inconsistencies; |