summaryrefslogtreecommitdiff
path: root/src/exchange
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-01-20 02:11:03 +0100
committerFlorian Dold <florian.dold@gmail.com>2020-01-20 02:11:03 +0100
commit26ad7c8191a764ed94d81d88752352addeaeda55 (patch)
tree8613c4f445f6f9d616e85bbe04425e6459fb8764 /src/exchange
parentf45b1c912b5b7678df1c59afbbaab80cadd4c770 (diff)
downloadexchange-26ad7c8191a764ed94d81d88752352addeaeda55.tar.gz
exchange-26ad7c8191a764ed94d81d88752352addeaeda55.tar.bz2
exchange-26ad7c8191a764ed94d81d88752352addeaeda55.zip
spelling of 'mismatch'
Diffstat (limited to 'src/exchange')
-rw-r--r--src/exchange/taler-exchange-httpd_refresh_reveal.c8
-rw-r--r--src/exchange/taler-exchange-httpd_refund.c2
2 files changed, 5 insertions, 5 deletions
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,