diff options
| author | Christian Grothoff <christian@grothoff.org> | 2020-04-01 23:12:00 +0200 | 
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2020-04-01 23:12:00 +0200 | 
| commit | d1bf26929e93f01b116d4d12706c58485cf65f4c (patch) | |
| tree | b9de400aa9796e58fa66ef5d44d77c8514254848 /src/exchange/taler-exchange-httpd_melt.c | |
| parent | 5b78fbc63121e77f8ce210b62093e7434616ccc4 (diff) | |
typo
Diffstat (limited to 'src/exchange/taler-exchange-httpd_melt.c')
| -rw-r--r-- | src/exchange/taler-exchange-httpd_melt.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/exchange/taler-exchange-httpd_melt.c b/src/exchange/taler-exchange-httpd_melt.c index 9bff205c..f5bd0b5a 100644 --- a/src/exchange/taler-exchange-httpd_melt.c +++ b/src/exchange/taler-exchange-httpd_melt.c @@ -548,7 +548,7 @@ check_for_denomination_key (struct MHD_Connection *connection,        TEH_KS_release (key_state);        return TALER_MHD_reply_with_error (connection,                                           MHD_HTTP_BAD_REQUEST, -                                         TALER_EC_MELT_CURRENCY_MISSMATCH, +                                         TALER_EC_MELT_CURRENCY_MISMATCH,                                           "value_with_fee");      } | 
