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_track.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/testing/testing_api_cmd_track.c') diff --git a/src/testing/testing_api_cmd_track.c b/src/testing/testing_api_cmd_track.c index e5c7160f..2b7263cd 100644 --- a/src/testing/testing_api_cmd_track.c +++ b/src/testing/testing_api_cmd_track.c @@ -545,7 +545,7 @@ track_transfer_cb (void *cls, &expected_amount)) { GNUNET_log (GNUNET_ERROR_TYPE_ERROR, - "Total amount missmatch to command %s - " + "Total amount mismatch to command %s - " "%s vs %s\n", cmd->label, TALER_amount_to_string (total_amount), @@ -569,7 +569,7 @@ track_transfer_cb (void *cls, &expected_amount)) { GNUNET_log (GNUNET_ERROR_TYPE_ERROR, - "Wire fee missmatch to command %s\n", + "Wire fee mismatch to command %s\n", cmd->label); json_dumpf (json, stderr, 0); TALER_TESTING_interpreter_fail (is); -- cgit v1.2.3