summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/ci/jobs/0-codespell/dictionary.txt1
-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
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
index 065c5ce3..e555e8da 100644
--- 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
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);