gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-merchant] branch master updated: codespell fixes


From: gnunet
Subject: [taler-merchant] branch master updated: codespell fixes
Date: Wed, 10 Jan 2024 19:51:30 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 7043ed3e codespell fixes
7043ed3e is described below

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

    codespell fixes
---
 contrib/ci/jobs/0-codespell/dictionary.txt | 1 +
 src/backend/taler-merchant-depositcheck.c  | 2 +-
 src/backenddb/merchant-0002.sql            | 2 +-
 src/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
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);

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]