diff options
-rw-r--r-- | src/include/taler_merchant_testing_lib.h | 6 |
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 |