summaryrefslogtreecommitdiff
path: root/src/testing/testing_api_cmd_track.c
diff options
context:
space:
mode:
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);