commit 626317a3d885b1756e1ae18a8567a58da5562b61
parent ea640ba2e9aebc71dbf6d368d7764e5ae6f1f3e9
Author: Özgür Kesim <oec-taler@kesim.org>
Date: Tue, 17 Dec 2024 13:11:20 +0100
[withdraw] -typos
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/exchange/taler-exchange-httpd_withdraw.c b/src/exchange/taler-exchange-httpd_withdraw.c
@@ -199,7 +199,7 @@ struct WithdrawContext
} typ;
/**
- * Errors occuring during evaluation of the request are captured in this struct.
+ * Errors occurring during evaluation of the request are captured in this struct.
* In phase PHASE_GENERATE_REPLY_ERROR an appropriate error message is prepared
* and sent to the client.
*/
@@ -1721,7 +1721,7 @@ phase_generate_reply_success (struct WithdrawContext *wc)
/**
* Reports an error, potentially with details.
- * That is, it puts a error-type specific repsonse into the MHD queue.
+ * That is, it puts a error-type specific response into the MHD queue.
* It will do a idempotency check first, if needed for the error type.
*
* @param wc withdraw context