merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit 7043ed3e8d5a96bb3765c5ea5438233b33f41c61
parent bd2e9f6088e949f695e44c38222be0a50c43b622
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 10 Jan 2024 19:51:27 +0100

codespell fixes

Diffstat:
Mcontrib/ci/jobs/0-codespell/dictionary.txt | 1+
Msrc/backend/taler-merchant-depositcheck.c | 2+-
Msrc/backenddb/merchant-0002.sql | 2+-
Msrc/include/taler_merchantdb_plugin.h | 2+-
4 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/contrib/ci/jobs/0-codespell/dictionary.txt b/contrib/ci/jobs/0-codespell/dictionary.txt @@ -43,3 +43,4 @@ ths updateing wan wih +decose diff --git a/src/backend/taler-merchant-depositcheck.c b/src/backend/taler-merchant-depositcheck.c @@ -75,7 +75,7 @@ struct Child /** * Current minimum delay between restarts, grows - * exponentially if child exits befor this time. + * exponentially if child exits before this time. */ struct GNUNET_TIME_Relative rd; diff --git a/src/backenddb/merchant-0002.sql b/src/backenddb/merchant-0002.sql @@ -139,7 +139,7 @@ COMMENT ON COLUMN merchant_token_family_keys.pub COMMENT ON COLUMN merchant_token_family_keys.h_pub IS 'Hash of the public key for quick lookup.'; COMMENT ON COLUMN merchant_token_family_keys.priv - IS 'Private key of the token family; can be NULL if no more tokens of this familiy should be issued.'; + IS 'Private key of the token family; can be NULL if no more tokens of this family should be issued.'; COMMENT ON COLUMN merchant_token_family_keys.cipher IS 'Cipher used (rsa or cs).'; diff --git a/src/include/taler_merchantdb_plugin.h b/src/include/taler_merchantdb_plugin.h @@ -1384,7 +1384,7 @@ struct TALER_MERCHANTDB_Plugin * Commit the current transaction of a database connection. * * @param cls the `struct PostgresClosure` with the plugin-specific state - * @return transation status + * @return transaction status */ enum GNUNET_DB_QueryStatus (*commit)(void *cls);