From 3404fda463cdb905772a4757001e5113d3f74f29 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 31 Mar 2020 20:57:11 +0200 Subject: typos --- src/testing/test-taler-exchange-aggregator-postgres.conf | 4 ++-- src/testing/test-taler-exchange-wirewatch-postgres.conf | 4 ++-- src/testing/test_auditor_api.c | 2 +- src/testing/test_auditor_api.conf | 6 +++--- src/testing/test_exchange_api.c | 4 ++-- src/testing/test_exchange_api.conf | 6 +++--- src/testing/test_exchange_api_keys_cherry_picking.conf | 8 ++++---- src/testing/testing_api_cmd_bank_check_empty.c | 2 +- src/testing/testing_api_cmd_wait.c | 2 +- src/testing/testing_api_helpers_exchange.c | 2 +- src/testing/testing_api_loop.c | 2 +- 11 files changed, 21 insertions(+), 21 deletions(-) (limited to 'src/testing') diff --git a/src/testing/test-taler-exchange-aggregator-postgres.conf b/src/testing/test-taler-exchange-aggregator-postgres.conf index f7da395d4..d4252e23f 100644 --- a/src/testing/test-taler-exchange-aggregator-postgres.conf +++ b/src/testing/test-taler-exchange-aggregator-postgres.conf @@ -1,5 +1,5 @@ [PATHS] -# Persistant data storage for the testcase +# Persistent data storage for the testcase TALER_TEST_HOME = test_taler_exchange_httpd_home/ [taler] @@ -73,7 +73,7 @@ HTTP_PORT = 8082 [fees-x-taler-bank] -# Fees for the forseeable future... +# Fees for the foreseeable future... # If you see this after 2018, update to match the next 10 years... WIRE-FEE-2018 = EUR:0.01 WIRE-FEE-2019 = EUR:0.01 diff --git a/src/testing/test-taler-exchange-wirewatch-postgres.conf b/src/testing/test-taler-exchange-wirewatch-postgres.conf index 67696e583..420a46f1d 100644 --- a/src/testing/test-taler-exchange-wirewatch-postgres.conf +++ b/src/testing/test-taler-exchange-wirewatch-postgres.conf @@ -1,5 +1,5 @@ [PATHS] -# Persistant data storage for the testcase +# Persistent data storage for the testcase TALER_TEST_HOME = test_taler_exchange_httpd_home/ [taler] @@ -65,7 +65,7 @@ HTTP_PORT = 8082 [fees-x-taler-bank] -# Fees for the forseeable future... +# Fees for the foreseeable future... # If you see this after 2018, update to match the next 10 years... WIRE-FEE-2018 = EUR:0.01 WIRE-FEE-2019 = EUR:0.01 diff --git a/src/testing/test_auditor_api.c b/src/testing/test_auditor_api.c index be1654c69..7b6996264 100644 --- a/src/testing/test_auditor_api.c +++ b/src/testing/test_auditor_api.c @@ -411,7 +411,7 @@ run (void *cls, MHD_HTTP_OK), /** * These commands should close the reserve because the aggregator - * is given a config file that ovverrides the reserve expiration + * is given a config file that overrides the reserve expiration * time (making it now-ish) */CMD_TRANSFER_TO_EXCHANGE ("short-lived-reserve", "EUR:5.01"), diff --git a/src/testing/test_auditor_api.conf b/src/testing/test_auditor_api.conf index c43e1ad49..890812c55 100644 --- a/src/testing/test_auditor_api.conf +++ b/src/testing/test_auditor_api.conf @@ -2,7 +2,7 @@ # This file is in the public domain. # [PATHS] -# Persistant data storage for the testcase +# Persistent data storage for the testcase TALER_TEST_HOME = test_exchange_api_home/ [taler] @@ -93,7 +93,7 @@ ENABLE_CREDIT = YES # Sections starting with "fee-" configure the wire fee for the # respective wire method. [fees-iban] -# Fees for the forseeable future... +# Fees for the foreseeable future... # If you see this after 2017, update to match the next 10 years... WIRE-FEE-2018 = EUR:0.01 WIRE-FEE-2019 = EUR:0.01 @@ -118,7 +118,7 @@ CLOSING-FEE-2026 = EUR:0.01 CLOSING-FEE-2027 = EUR:0.01 [fees-x-taler-bank] -# Fees for the forseeable future... +# Fees for the foreseeable future... # If you see this after 2017, update to match the next 10 years... WIRE-FEE-2018 = EUR:0.01 WIRE-FEE-2019 = EUR:0.01 diff --git a/src/testing/test_exchange_api.c b/src/testing/test_exchange_api.c index 4c56925dd..0c3f48379 100644 --- a/src/testing/test_exchange_api.c +++ b/src/testing/test_exchange_api.c @@ -201,7 +201,7 @@ run (void *cls, * is currently the case because of the "timestamp" field, * which is set automatically by #TALER_TESTING_cmd_deposit(). * This could theoretically fail if at some point a deposit - * command executs in less than 1 ms. */// + * command executes in less than 1 ms. */// TALER_TESTING_cmd_deposit ("deposit-double-1", "withdraw-coin-1", 0, @@ -676,7 +676,7 @@ run (void *cls, "EUR:3.99", MHD_HTTP_OK), /* These commands should close the reserve because - * the aggregator is given a config file that ovverrides + * the aggregator is given a config file that overrides * the reserve expiration time (making it now-ish) */ CMD_TRANSFER_TO_EXCHANGE ("short-lived-reserve", "EUR:5.01"), diff --git a/src/testing/test_exchange_api.conf b/src/testing/test_exchange_api.conf index 1b16444ff..07d0e6c03 100644 --- a/src/testing/test_exchange_api.conf +++ b/src/testing/test_exchange_api.conf @@ -2,7 +2,7 @@ # [PATHS] -# Persistant data storage for the testcase +# Persistent data storage for the testcase TALER_TEST_HOME = test_exchange_api_home/ @@ -95,7 +95,7 @@ HTTP_PORT = 9081 # Sections starting with "fee-" configure the wire fee for the # respective wire method. [fees-iban] -# Fees for the forseeable future... +# Fees for the foreseeable future... # If you see this after 2017, update to match the next 10 years... WIRE-FEE-2018 = EUR:0.01 WIRE-FEE-2019 = EUR:0.01 @@ -120,7 +120,7 @@ CLOSING-FEE-2026 = EUR:0.01 CLOSING-FEE-2027 = EUR:0.01 [fees-x-taler-bank] -# Fees for the forseeable future... +# Fees for the foreseeable future... # If you see this after 2017, update to match the next 10 years... WIRE-FEE-2018 = EUR:0.01 WIRE-FEE-2019 = EUR:0.01 diff --git a/src/testing/test_exchange_api_keys_cherry_picking.conf b/src/testing/test_exchange_api_keys_cherry_picking.conf index b67440d68..d81f2c96b 100644 --- a/src/testing/test_exchange_api_keys_cherry_picking.conf +++ b/src/testing/test_exchange_api_keys_cherry_picking.conf @@ -4,7 +4,7 @@ # Persistent data storage for the testcase TALER_TEST_HOME = test_exchange_api_keys_cherry_picking_home/ -# Persistant data storage +# Persistent data storage TALER_DATA_HOME = $TALER_HOME/.local/share/taler/ # Configuration files @@ -33,7 +33,7 @@ signkey_duration = 5 seconds # how long are the signatures with the signkey valid? legal_duration = 2 years -# This vaule causes keys to be *RETURNED* in a /keys response. +# This value causes keys to be *RETURNED* in a /keys response. # It's a relative time that materializes always in now+itsvalue. # We keep it very high, so as to not introduce divergencies between # keys that have been created and keys that are returned along /keys. @@ -99,7 +99,7 @@ ENABLE_CREDIT = YES HTTP_PORT=8082 [fees-x-taler-bank] -# Fees for the forseeable future... +# Fees for the foreseeable future... # If you see this after 2017, update to match the next 10 years... WIRE-FEE-2017 = EUR:0.01 WIRE-FEE-2018 = EUR:0.01 @@ -143,7 +143,7 @@ CLOSING-FEE-2035 = EUR:0.01 [fees-iban] -# Fees for the forseeable future... +# Fees for the foreseeable future... # If you see this after 2017, update to match the next 10 years... WIRE-FEE-2017 = EUR:0.01 WIRE-FEE-2018 = EUR:0.01 diff --git a/src/testing/testing_api_cmd_bank_check_empty.c b/src/testing/testing_api_cmd_bank_check_empty.c index ee16e5a91..84976b0b5 100644 --- a/src/testing/testing_api_cmd_bank_check_empty.c +++ b/src/testing/testing_api_cmd_bank_check_empty.c @@ -89,7 +89,7 @@ check_bank_empty_traits (void *cls, /** - * Checks wheter all the wire transfers got "checked" + * Checks whether all the wire transfers got "checked" * by the "bank check" CMD. * * @param label command label. diff --git a/src/testing/testing_api_cmd_wait.c b/src/testing/testing_api_cmd_wait.c index 919fb7c3b..40f4d360a 100644 --- a/src/testing/testing_api_cmd_wait.c +++ b/src/testing/testing_api_cmd_wait.c @@ -109,7 +109,7 @@ wait_service_run (void *cls, /** * This CMD simply tries to connect via HTTP to the - * service addressed by @a url. It attemps 10 times + * service addressed by @a url. It attempts 10 times * before giving up and make the test fail. * * @param label label for the command. diff --git a/src/testing/testing_api_helpers_exchange.c b/src/testing/testing_api_helpers_exchange.c index d7195a9c4..872d23b9b 100644 --- a/src/testing/testing_api_helpers_exchange.c +++ b/src/testing/testing_api_helpers_exchange.c @@ -380,7 +380,7 @@ struct SignInfo * Sign the keys for an exchange given configuration @a cfg. * The information to be signed must be in a file "auditor.in". * - * @param[in,out] cls a `struct SignInfo` with further paramters + * @param[in,out] cls a `struct SignInfo` with further parameters * @param cfg configuration to use * @return #GNUNET_OK on success */ diff --git a/src/testing/testing_api_loop.c b/src/testing/testing_api_loop.c index 5bfb7fe0e..361fe6305 100644 --- a/src/testing/testing_api_loop.c +++ b/src/testing/testing_api_loop.c @@ -176,7 +176,7 @@ TALER_TESTING_interpreter_next (struct TALER_TESTING_Interpreter *is) struct TALER_TESTING_Command *cmd = &is->commands[is->ip]; if (GNUNET_SYSERR == is->result) - return; /* ignore, we already failled! */ + return; /* ignore, we already failed! */ if (TALER_TESTING_cmd_is_batch (cmd)) { TALER_TESTING_cmd_batch_next (is); -- cgit v1.2.3