commit eb8f0be35dc2e058df213e183a935772d172e6c3
parent f0db6d55d72d7985e5a8b1e5c4a874a415a1234f
Author: Özgür Kesim <oec-taler@kesim.org>
Date: Sun, 30 Jul 2023 08:56:39 +0200
-fix typos
Diffstat:
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/exchangedb/exchange_do_amount_specific.sql b/src/exchangedb/exchange_do_amount_specific.sql
@@ -1,5 +1,5 @@
--------------------------------------------------------------
--- Taler amounts and helper functiosn
+-- Taler amounts and helper functions
-------------------------------------------------------------
CREATE OR REPLACE PROCEDURE amount_normalize(
diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h
@@ -1625,7 +1625,7 @@ struct TALER_EXCHANGE_ReserveHistoryEntry
json_t *out_authorization_sig;
/**
- * Maximum age commited
+ * Maximum age committed
*/
uint8_t max_age;
diff --git a/src/pq/pq_query_helper.c b/src/pq/pq_query_helper.c
@@ -1090,7 +1090,7 @@ DONE:
/**
- * Function to genreate a typ specific query parameter and corresponding closure
+ * Function to generate a typ specific query parameter and corresponding closure
*
* @param num Number of elements in @a elements
* @param continuous If true, @a elements is an continuous array of data
diff --git a/src/testing/testing_api_cmd_age_withdraw.c b/src/testing/testing_api_cmd_age_withdraw.c
@@ -166,7 +166,7 @@ struct AgeWithdrawState
* code is expected and store the exchange signature in the state.
*
* @param cls Closure of type `struct AgeWithdrawState *`
- * @param response Repsonse details
+ * @param response Response details
*/
static void
age_withdraw_cb (
@@ -338,7 +338,7 @@ age_withdraw_run (
* pending operation thereof
*
* @param cls Closure of type `struct AgeWithdrawState`
- * @param cmd The command beeing freed.
+ * @param cmd The command being freed.
*/
static void
age_withdraw_cleanup (