diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/exchange/taler-exchange-httpd_reserve.c | 2 | ||||
-rw-r--r-- | src/taler.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/exchange/taler-exchange-httpd_reserve.c b/src/exchange/taler-exchange-httpd_reserve.c index db1e1ce6e..6010e91cd 100644 --- a/src/exchange/taler-exchange-httpd_reserve.c +++ b/src/exchange/taler-exchange-httpd_reserve.c @@ -69,7 +69,7 @@ TMH_RESERVE_handler_reserve_status (struct TMH_RequestHandler *rh, * Handle a "/reserve/withdraw" request. Parses the "reserve_pub" * EdDSA key of the reserve and the requested "denom_pub" which * specifies the key/value of the coin to be withdrawn, and checks - * that the signature "reserve_sig" makes this a valid withdrawl + * that the signature "reserve_sig" makes this a valid withdrawal * request from the specified reserve. If so, the envelope * with the blinded coin "coin_ev" is passed down to execute the * withdrawl operation. diff --git a/src/taler.conf b/src/taler.conf index d05b656c6..e1387db9a 100644 --- a/src/taler.conf +++ b/src/taler.conf @@ -1,2 +1,2 @@ -[taler] + [taler] CURRENCY = KUDOS |