diff options
author | Özgür Kesim <oec-taler@kesim.org> | 2023-07-11 09:21:34 +0200 |
---|---|---|
committer | Özgür Kesim <oec-taler@kesim.org> | 2023-07-11 09:21:34 +0200 |
commit | 8a7bfefa38956a5efc2dcdfc7a82dac0fa282001 (patch) | |
tree | d99f6e0f22625dfb23fa5dbbae28e76d39d2155d /src/exchange/taler-exchange-httpd_age-withdraw_reveal.c | |
parent | 88ecba945e5d89bfda14f9a169201d303c1892c6 (diff) |
-handle some of the codespell complaints
Diffstat (limited to 'src/exchange/taler-exchange-httpd_age-withdraw_reveal.c')
-rw-r--r-- | src/exchange/taler-exchange-httpd_age-withdraw_reveal.c | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |