diff options
author | Marcello Stanisci <marcello.stanisci@inria.fr> | 2016-09-28 20:32:34 +0200 |
---|---|---|
committer | Marcello Stanisci <marcello.stanisci@inria.fr> | 2016-09-28 20:32:34 +0200 |
commit | 81148fb6dfbe1181fa5323d26016a58513e36cc6 (patch) | |
tree | 4c5bbebefcb5e715ace587fce2a719137f3ca5dc | |
parent | 0b8081fe220331d44b24bec247c04e239564d1f3 (diff) |
typo
-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 |