diff options
Diffstat (limited to 'src/exchange/taler-exchange-httpd_age-withdraw.c')
-rw-r--r-- | src/exchange/taler-exchange-httpd_age-withdraw.c | 2 |
1 files changed, 1 insertions, 1 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 |