summaryrefslogtreecommitdiff
path: root/src/testing
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
parentf45b1c912b5b7678df1c59afbbaab80cadd4c770 (diff)
downloadexchange-26ad7c8191a764ed94d81d88752352addeaeda55.tar.gz
exchange-26ad7c8191a764ed94d81d88752352addeaeda55.tar.bz2
exchange-26ad7c8191a764ed94d81d88752352addeaeda55.zip
spelling of 'mismatch'
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/test_exchange_api_twisted.c4
-rw-r--r--src/testing/testing_api_cmd_bank_history_credit.c4
-rw-r--r--src/testing/testing_api_cmd_bank_history_debit.c2
-rw-r--r--src/testing/testing_api_cmd_recoup.c2
-rw-r--r--src/testing/testing_api_cmd_track.c4
-rw-r--r--src/testing/testing_api_cmd_wire.c2
6 files changed, 9 insertions, 9 deletions
diff --git a/src/testing/test_exchange_api_twisted.c b/src/testing/test_exchange_api_twisted.c
index 46807e9c0..a3a038d40 100644
--- a/src/testing/test_exchange_api_twisted.c
+++ b/src/testing/test_exchange_api_twisted.c
@@ -187,7 +187,7 @@ run (void *cls,
"EUR:5",
MHD_HTTP_OK),
TALER_TESTING_cmd_refund
- ("refund-currency-missmatch",
+ ("refund-currency-mismatch",
MHD_HTTP_PRECONDITION_FAILED,
"USD:5",
"USD:0.01",
@@ -220,7 +220,7 @@ run (void *cls,
bc.user42_payto,
/* This parameter will make any comparison about
h_contract_terms fail, when /refund will be handled.
- So in other words, this is h_contract missmatch. */
+ So in other words, this is h_contract mismatch. */
"{\"items\":[{\"name\":\"ice skate\","
"\"value\":\"EUR:5\"}]}",
GNUNET_TIME_UNIT_MINUTES,
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) )
{
diff --git a/src/testing/testing_api_cmd_bank_history_debit.c b/src/testing/testing_api_cmd_bank_history_debit.c
index dea6bee95..38d7ab95e 100644
--- a/src/testing/testing_api_cmd_bank_history_debit.c
+++ b/src/testing/testing_api_cmd_bank_history_debit.c
@@ -146,7 +146,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,
diff --git a/src/testing/testing_api_cmd_recoup.c b/src/testing/testing_api_cmd_recoup.c
index c12f67f6e..add54b87f 100644
--- a/src/testing/testing_api_cmd_recoup.c
+++ b/src/testing/testing_api_cmd_recoup.c
@@ -233,7 +233,7 @@ recoup_cb (void *cls,
if (0 != TALER_amount_cmp (amount, &expected_amount))
{
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
- "Total amount missmatch to command %s\n",
+ "Total amount mismatch to command %s\n",
cmd->label);
json_dumpf (full_response, stderr, 0);
TALER_TESTING_interpreter_fail (is);
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);
diff --git a/src/testing/testing_api_cmd_wire.c b/src/testing/testing_api_cmd_wire.c
index 05ad604c1..609a875c5 100644
--- a/src/testing/testing_api_cmd_wire.c
+++ b/src/testing/testing_api_cmd_wire.c
@@ -125,7 +125,7 @@ wire_cb (void *cls,
&expected_fee))
{
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
- "Wire fee missmatch to command %s\n",
+ "Wire fee mismatch to command %s\n",
cmd->label);
TALER_TESTING_interpreter_fail (ws->is);
GNUNET_free (method);