diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2021-11-29 17:51:25 +0100 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2021-11-29 17:51:25 +0100 |
commit | 1893831efb87d2fcf4d2a94531f2457da41f3979 (patch) | |
tree | 4b7440b138466304e39bad28481d438e003995f5 /src/include | |
parent | 3b9e74b331abc9cf79ef54b1bd87526c7d5fe07b (diff) |
-fix typos
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_merchant_testing_lib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_merchant_testing_lib.h b/src/include/taler_merchant_testing_lib.h index 38149d25..de49336f 100644 --- a/src/include/taler_merchant_testing_lib.h +++ b/src/include/taler_merchant_testing_lib.h @@ -1475,7 +1475,7 @@ TALER_TESTING_cmd_tip_pickup (const char *label, * @param merchant_url base URL of the merchant * @param instance_id instance to use, NULL if instance is part of @a merchant_url * @param h_wire_ref label of command with a merchant wire hash trait - * of the bank acount to check KYC for; NULL to check all accounts + * of the bank account to check KYC for; NULL to check all accounts * @param exchange_url base URL of the exchange to check KYC status for * @param expected_http_status expected HTTP status * @return the command |