summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-03-03 11:59:58 +0100
committerChristian Grothoff <christian@grothoff.org>2024-03-03 11:59:58 +0100
commite204844f940ee2025c83ac688a7df6288afced8d (patch)
treedf575848a6e37b437e6f664df0cfeea2b2c28210 /src/include
parent182b74f7f65960ffbc7a8045fa185d979e96c0bb (diff)
downloadmerchant-e204844f940ee2025c83ac688a7df6288afced8d.tar.gz
merchant-e204844f940ee2025c83ac688a7df6288afced8d.tar.bz2
merchant-e204844f940ee2025c83ac688a7df6288afced8d.zip
spelling
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_merchant_testing_lib.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/taler_merchant_testing_lib.h b/src/include/taler_merchant_testing_lib.h
index 56063a0f..25239886 100644
--- a/src/include/taler_merchant_testing_lib.h
+++ b/src/include/taler_merchant_testing_lib.h
@@ -684,7 +684,7 @@ TALER_TESTING_cmd_wallet_get_order (
* @param paid whether the order has been paid for or not.
* @param refunded whether the order has been refunded.
* @param refund_pending whether the order has refunds that haven't been obtained.
- * @param repurchase_order_ref command of a paid equivalent order the merchant should be refering us to, or NULL
+ * @param repurchase_order_ref command of a paid equivalent order the merchant should be referring us to, or NULL
* @param http_status expected HTTP response code for the request.
*/
struct TALER_TESTING_Command
@@ -850,7 +850,7 @@ TALER_TESTING_cmd_merchant_get_order2 (
* @param order_reference reference to a command that created an order.
* @param osc expected order status
* @param session_id session ID the payment must be bound to
- * @param repurchase_order_ref command of a paid equivalent order the merchant should be refering us to, or NULL
+ * @param repurchase_order_ref command of a paid equivalent order the merchant should be referring us to, or NULL
* @param expected_http_status expected HTTP response code for the request.
*/
struct TALER_TESTING_Command
@@ -1169,7 +1169,7 @@ TALER_TESTING_cmd_merchant_delete_transfer (const char *label,
* 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
- * @param expected_aml_state expected AML state (only effecitve if @e expected_http_status is #MHD_HTTP_OK)
+ * @param expected_aml_state expected AML state (only effective if @e expected_http_status is #MHD_HTTP_OK)
* @return the command
*/
struct TALER_TESTING_Command