summaryrefslogtreecommitdiff
path: root/src/testing/testing_api_cmd_bank_history_credit.c
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/testing/testing_api_cmd_bank_history_credit.c
parentf45b1c912b5b7678df1c59afbbaab80cadd4c770 (diff)
downloadexchange-26ad7c8191a764ed94d81d88752352addeaeda55.tar.gz
exchange-26ad7c8191a764ed94d81d88752352addeaeda55.tar.bz2
exchange-26ad7c8191a764ed94d81d88752352addeaeda55.zip
spelling of 'mismatch'
Diffstat (limited to 'src/testing/testing_api_cmd_bank_history_credit.c')
-rw-r--r--src/testing/testing_api_cmd_bank_history_credit.c4
1 files changed, 2 insertions, 2 deletions
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) )
{