diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-03-31 20:57:11 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-03-31 20:57:11 +0200 |
commit | 3404fda463cdb905772a4757001e5113d3f74f29 (patch) | |
tree | 03ad69bc7c31ba00e6e5f52c697a97b2c834e288 /src/include/taler_testing_lib.h | |
parent | 73d107b53d5f3c1461a74f280a84a1ab80d14360 (diff) |
typosCodeBlau-NGI-2019
Diffstat (limited to 'src/include/taler_testing_lib.h')
-rw-r--r-- | src/include/taler_testing_lib.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h index 78e5edfd5..c8949ee38 100644 --- a/src/include/taler_testing_lib.h +++ b/src/include/taler_testing_lib.h @@ -295,7 +295,7 @@ struct TALER_TESTING_BankConfiguration /** * Prepare launching a fakebank. Check that the configuration - * file has the right option, and that the port is avaiable. + * file has the right option, and that the port is available. * If everything is OK, return the configuration data of the fakebank. * * @param config_filename configuration file to use @@ -1605,7 +1605,7 @@ TALER_TESTING_cmd_check_bank_transfer_with_ref (const char *label, /** - * 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. @@ -1727,7 +1727,7 @@ TALER_TESTING_cmd_sleep (const char *label, /** * 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. |