diff options
Diffstat (limited to 'src/exchange-tools')
-rw-r--r-- | src/exchange-tools/taler-exchange-keyup.c | 4 | ||||
-rw-r--r-- | src/exchange-tools/test_taler_exchange_httpd.conf | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/exchange-tools/taler-exchange-keyup.c b/src/exchange-tools/taler-exchange-keyup.c index 544e9634f..f4d389752 100644 --- a/src/exchange-tools/taler-exchange-keyup.c +++ b/src/exchange-tools/taler-exchange-keyup.c @@ -235,7 +235,7 @@ static struct GNUNET_TIME_Relative max_duration_spend; static struct GNUNET_HashCode revoke_dkh; /** - * Which RSA key size should we use for replacment keys after revocation? + * Which RSA key size should we use for replacement keys after revocation? * (Useful because maybe that's the one option one might usefully want to * change when replacing a key.) */ @@ -1151,7 +1151,7 @@ check_revocation_regeneration ( if (now.abs_value_us >= withdraw_end.abs_value_us) { GNUNET_log (GNUNET_ERROR_TYPE_INFO, - "Revoked denomination key has expired, no need to create a replacment\n"); + "Revoked denomination key has expired, no need to create a replacement\n"); return GNUNET_NO; } diff --git a/src/exchange-tools/test_taler_exchange_httpd.conf b/src/exchange-tools/test_taler_exchange_httpd.conf index d6748b5d3..27fc067a9 100644 --- a/src/exchange-tools/test_taler_exchange_httpd.conf +++ b/src/exchange-tools/test_taler_exchange_httpd.conf @@ -1,5 +1,5 @@ [PATHS] -# Persistant data storage for the testcase +# Persistent data storage for the testcase TALER_TEST_HOME = test_taler_exchange_httpd_home/ [taler] @@ -70,7 +70,7 @@ TALER_BANK_AUTH_METHOD = NONE # Wire fees are specified by wire method [fees-x-taler-bank] -# Fees for the forseeable future... +# Fees for the foreseeable future... # If you see this after 2018, update to match the next 10 years... WIRE-FEE-2018 = EUR:0.01 WIRE-FEE-2019 = EUR:0.01 |