diff options
author | Özgür Kesim <oec-taler@kesim.org> | 2023-12-13 20:55:15 +0100 |
---|---|---|
committer | Devan Carpenter <devan@taler.net> | 2023-12-13 15:37:42 -0500 |
commit | 18cb9a0b3c22d9dfd3fc0cf81a8e1dd0062fc4ae (patch) | |
tree | 96858c4a96f089e76e629e7cb5cca75d3a9e7b42 /src/include | |
parent | d618ade5bb37448ab931280340e84b468d13fe0e (diff) |
-make code spell again
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_merchant_service.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/taler_merchant_service.h b/src/include/taler_merchant_service.h index b3e15025..0abef2a8 100644 --- a/src/include/taler_merchant_service.h +++ b/src/include/taler_merchant_service.h @@ -345,7 +345,7 @@ struct TALER_MERCHANT_ConfigResponse * supported by this merchant backend. */ const struct TALER_CurrencySpecification *cspecs; - + } ok; } details; }; @@ -908,7 +908,7 @@ TALER_MERCHANT_instance_delete_cancel ( * @param arg request to cancel. */ #define TALER_MERCHANT_instance_purge_cancel(arg) \ - TALER_MERCHANT_instance_delete_cancel (arg) + TALER_MERCHANT_instance_delete_cancel (arg) /* *************** Accounts **************** */ @@ -2589,7 +2589,7 @@ typedef void * @param ctx execution context * @param backend_url base URL of the merchant backend * @param order_id order id to identify the payment - * @param session_id sesion id for the payment (or NULL if the check is not + * @param session_id session id for the payment (or NULL if the check is not * bound to a session) * @param transfer if true, obtain the wire transfer status from the exchange. * Otherwise, the wire transfer status MAY be returned if it is available. |