summaryrefslogtreecommitdiff
path: root/src/testing/testing_api_cmd_track.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_track.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_track.c')
-rw-r--r--src/testing/testing_api_cmd_track.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testing/testing_api_cmd_track.c b/src/testing/testing_api_cmd_track.c
index e5c7160f6..2b7263cda 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);