From 26ad7c8191a764ed94d81d88752352addeaeda55 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 20 Jan 2020 02:11:03 +0100 Subject: spelling of 'mismatch' --- src/exchange/taler-exchange-httpd_refresh_reveal.c | 8 ++++---- src/exchange/taler-exchange-httpd_refund.c | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src/exchange') diff --git a/src/exchange/taler-exchange-httpd_refresh_reveal.c b/src/exchange/taler-exchange-httpd_refresh_reveal.c index 7524c604a..2503b5a4f 100644 --- a/src/exchange/taler-exchange-httpd_refresh_reveal.c +++ b/src/exchange/taler-exchange-httpd_refresh_reveal.c @@ -102,8 +102,8 @@ reply_refresh_reveal_success (struct MHD_Connection *connection, * @return a MHD result code */ static int -reply_refresh_reveal_missmatch (struct MHD_Connection *connection, - const struct TALER_RefreshCommitmentP *rc) +reply_refresh_reveal_mismatch (struct MHD_Connection *connection, + const struct TALER_RefreshCommitmentP *rc) { return TALER_MHD_reply_json_pack (connection, MHD_HTTP_CONFLICT, @@ -410,8 +410,8 @@ refresh_reveal_transaction (void *cls, &rc_expected)) { GNUNET_break_op (0); - *mhd_ret = reply_refresh_reveal_missmatch (connection, - &rc_expected); + *mhd_ret = reply_refresh_reveal_mismatch (connection, + &rc_expected); return GNUNET_DB_STATUS_HARD_ERROR; } } /* end of checking "rc_expected" */ diff --git a/src/exchange/taler-exchange-httpd_refund.c b/src/exchange/taler-exchange-httpd_refund.c index ebcd937c5..8c6e90302 100644 --- a/src/exchange/taler-exchange-httpd_refund.c +++ b/src/exchange/taler-exchange-httpd_refund.c @@ -316,7 +316,7 @@ refund_transaction (void *cls, TALER_amount_cmp_currency (&refund->details.refund_fee, &dep->deposit_fee)) ) { - GNUNET_break_op (0); /* currency missmatch */ + GNUNET_break_op (0); /* currency mismatch */ TEH_plugin->free_coin_transaction_list (TEH_plugin->cls, tl); *mhd_ret = reply_refund_failure (connection, -- cgit v1.2.3