diff options
author | Florian Dold <florian.dold@gmail.com> | 2020-01-20 02:11:03 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2020-01-20 02:11:03 +0100 |
commit | 26ad7c8191a764ed94d81d88752352addeaeda55 (patch) | |
tree | 8613c4f445f6f9d616e85bbe04425e6459fb8764 /src/testing/test_exchange_api_twisted.c | |
parent | f45b1c912b5b7678df1c59afbbaab80cadd4c770 (diff) | |
download | exchange-26ad7c8191a764ed94d81d88752352addeaeda55.tar.gz exchange-26ad7c8191a764ed94d81d88752352addeaeda55.tar.bz2 exchange-26ad7c8191a764ed94d81d88752352addeaeda55.zip |
spelling of 'mismatch'
Diffstat (limited to 'src/testing/test_exchange_api_twisted.c')
-rw-r--r-- | src/testing/test_exchange_api_twisted.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testing/test_exchange_api_twisted.c b/src/testing/test_exchange_api_twisted.c index 46807e9c..a3a038d4 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, |