summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-01-10 19:51:27 +0100
committerChristian Grothoff <christian@grothoff.org>2024-01-10 19:51:27 +0100
commit7043ed3e8d5a96bb3765c5ea5438233b33f41c61 (patch)
treef9a9a5eb5bb2fb767b9d7f436455b475132c1710 /src
parentbd2e9f6088e949f695e44c38222be0a50c43b622 (diff)
downloadmerchant-7043ed3e8d5a96bb3765c5ea5438233b33f41c61.tar.gz
merchant-7043ed3e8d5a96bb3765c5ea5438233b33f41c61.tar.bz2
merchant-7043ed3e8d5a96bb3765c5ea5438233b33f41c61.zip
codespell fixes
Diffstat (limited to 'src')
-rw-r--r--src/backend/taler-merchant-depositcheck.c2
-rw-r--r--src/backenddb/merchant-0002.sql2
-rw-r--r--src/include/taler_merchantdb_plugin.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/backend/taler-merchant-depositcheck.c b/src/backend/taler-merchant-depositcheck.c
index 424868de..c726d8d9 100644
--- 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
index 76371a42..f929d891 100644
--- 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
index fd65e056..2567d56e 100644
--- 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);