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/testing/testing_api_cmd_bank_history_credit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/testing/testing_api_cmd_bank_history_credit.c') diff --git a/src/testing/testing_api_cmd_bank_history_credit.c b/src/testing/testing_api_cmd_bank_history_credit.c index 8fb16fc6f..aff50d830 100644 --- a/src/testing/testing_api_cmd_bank_history_credit.c +++ b/src/testing/testing_api_cmd_bank_history_credit.c @@ -142,7 +142,7 @@ history_traits (void *cls, * * @param h what we expected. * @param h_len number of entries in @a h. - * @param off position of the missmatch. + * @param off position of the mismatch. */ static void print_expected (struct History *h, @@ -296,7 +296,7 @@ build_history (struct TALER_TESTING_Interpreter *is, continue; /* skip until we find the marker */ if (0 != strcasecmp (hs->account_url, exchange_credit_url)) - continue; /* account missmatch */ + continue; /* account mismatch */ if (total >= GNUNET_MAX (hs->num_results, -hs->num_results) ) { -- cgit v1.2.3