summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_refund.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_refund.c
parent5b78fbc63121e77f8ce210b62093e7434616ccc4 (diff)
downloadexchange-d1bf26929e93f01b116d4d12706c58485cf65f4c.tar.gz
exchange-d1bf26929e93f01b116d4d12706c58485cf65f4c.tar.bz2
exchange-d1bf26929e93f01b116d4d12706c58485cf65f4c.zip
typo
Diffstat (limited to 'src/exchange/taler-exchange-httpd_refund.c')
-rw-r--r--src/exchange/taler-exchange-httpd_refund.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/exchange/taler-exchange-httpd_refund.c b/src/exchange/taler-exchange-httpd_refund.c
index 0a9eede5f..9fd9575f9 100644
--- a/src/exchange/taler-exchange-httpd_refund.c
+++ b/src/exchange/taler-exchange-httpd_refund.c
@@ -258,7 +258,7 @@ refund_transaction (void *cls,
tl);
*mhd_ret = TALER_MHD_reply_with_error (connection,
MHD_HTTP_PRECONDITION_FAILED,
- TALER_EC_REFUND_CURRENCY_MISSMATCH,
+ TALER_EC_REFUND_CURRENCY_MISMATCH,
"currencies involved do not match");
return GNUNET_DB_STATUS_HARD_ERROR;
}
@@ -443,7 +443,7 @@ verify_and_execute_refund (struct MHD_Connection *connection,
GNUNET_break_op (0);
return TALER_MHD_reply_with_error (connection,
MHD_HTTP_BAD_REQUEST,
- TALER_EC_REFUND_FEE_CURRENCY_MISSMATCH,
+ TALER_EC_REFUND_FEE_CURRENCY_MISMATCH,
"refund_fee");
}
{
@@ -535,7 +535,7 @@ TEH_handler_refund (struct MHD_Connection *connection,
GNUNET_JSON_parse_free (spec);
return TALER_MHD_reply_with_error (connection,
MHD_HTTP_BAD_REQUEST,
- TALER_EC_REFUND_FEE_CURRENCY_MISSMATCH,
+ TALER_EC_REFUND_FEE_CURRENCY_MISMATCH,
"refund_amount or refund_fee");
}
if (-1 == TALER_amount_cmp (&refund.details.refund_amount,