diff options
author | Özgür Kesim <oec-taler@kesim.org> | 2023-07-30 08:56:39 +0200 |
---|---|---|
committer | Özgür Kesim <oec-taler@kesim.org> | 2023-07-30 08:56:39 +0200 |
commit | eb8f0be35dc2e058df213e183a935772d172e6c3 (patch) | |
tree | 05bd047d77e01cbe4c221644633d0ae2b5ca8808 | |
parent | f0db6d55d72d7985e5a8b1e5c4a874a415a1234f (diff) |
-fix typos
-rw-r--r-- | src/exchangedb/exchange_do_amount_specific.sql | 2 | ||||
-rw-r--r-- | src/include/taler_exchange_service.h | 2 | ||||
-rw-r--r-- | src/pq/pq_query_helper.c | 2 | ||||
-rw-r--r-- | src/testing/testing_api_cmd_age_withdraw.c | 4 |
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 index c88cc8510..96846cce0 100644 --- 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 index 29fc005e8..c390bd63b 100644 --- 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 index a1632ac68..3b33e336c 100644 --- 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 index b295712d1..2a76b3c1b 100644 --- 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 ( |