summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_deposit.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-04-01 23:12:00 +0200
committerChristian Grothoff <christian@grothoff.org>2020-04-01 23:12:00 +0200
commitd1bf26929e93f01b116d4d12706c58485cf65f4c (patch)
treeb9de400aa9796e58fa66ef5d44d77c8514254848 /src/exchange/taler-exchange-httpd_deposit.c
parent5b78fbc63121e77f8ce210b62093e7434616ccc4 (diff)
downloadexchange-d1bf26929e93f01b116d4d12706c58485cf65f4c.tar.gz
exchange-d1bf26929e93f01b116d4d12706c58485cf65f4c.tar.bz2
exchange-d1bf26929e93f01b116d4d12706c58485cf65f4c.zip
typo
Diffstat (limited to 'src/exchange/taler-exchange-httpd_deposit.c')
-rw-r--r--src/exchange/taler-exchange-httpd_deposit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-httpd_deposit.c b/src/exchange/taler-exchange-httpd_deposit.c
index 3ce46b2c9..193101c08 100644
--- a/src/exchange/taler-exchange-httpd_deposit.c
+++ b/src/exchange/taler-exchange-httpd_deposit.c
@@ -436,7 +436,7 @@ TEH_handler_deposit (struct MHD_Connection *connection,
GNUNET_JSON_parse_free (spec);
return TALER_MHD_reply_with_error (connection,
MHD_HTTP_BAD_REQUEST,
- TALER_EC_DEPOSIT_CURRENCY_MISSMATCH,
+ TALER_EC_DEPOSIT_CURRENCY_MISMATCH,
"contribution");
}
/* check coin signature */