diff options
Diffstat (limited to 'src/exchange')
-rw-r--r-- | src/exchange/taler-exchange-httpd_age-withdraw.c | 2 | ||||
-rw-r--r-- | src/exchange/taler-exchange-httpd_age-withdraw_reveal.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/exchange/taler-exchange-httpd_age-withdraw.c b/src/exchange/taler-exchange-httpd_age-withdraw.c index eb7c67c0..d0dd2e4f 100644 --- a/src/exchange/taler-exchange-httpd_age-withdraw.c +++ b/src/exchange/taler-exchange-httpd_age-withdraw.c @@ -405,7 +405,7 @@ denomination_is_valid ( * @param denom_hs array of hashes of denomination public keys * @param coin_evs array of blinded coin planchets * @param[out] denom_serials On success, will be filled with the serial-id's of the denomination keys. Caller must deallocate. - * @param[out] amount_with_fee On succes, will contain the committed amount including fees + * @param[out] amount_with_fee On success, will contain the committed amount including fees * @param[out] result In the error cases, a response will be queued with MHD and this will be the result. * @return GNUNET_OK if the denominations are valid and support age-restriction * GNUNET_SYSERR otherwise diff --git a/src/exchange/taler-exchange-httpd_age-withdraw_reveal.c b/src/exchange/taler-exchange-httpd_age-withdraw_reveal.c index ddb1250d..4aa238df 100644 --- a/src/exchange/taler-exchange-httpd_age-withdraw_reveal.c +++ b/src/exchange/taler-exchange-httpd_age-withdraw_reveal.c @@ -221,7 +221,7 @@ find_original_commitment ( return GNUNET_SYSERR; } } - /* after unsuccessfull retries*/ + /* after unsuccessful retries*/ *result = TALER_MHD_reply_with_ec (connection, TALER_EC_GENERIC_DB_FETCH_FAILED, "get_age_withdraw_info"); |