summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-02-08 00:25:58 +0100
committerChristian Grothoff <christian@grothoff.org>2024-02-08 00:25:58 +0100
commit9eeccf18a55705f67c79f536c9e4af1825d2eaac (patch)
tree09fc8fdf6a46519680b9927c81c351705cb2a9a4
parent977c9cd2a1bc70cb8a4c2a9b1a771fa5068a9ca4 (diff)
downloadexchange-9eeccf18a55705f67c79f536c9e4af1825d2eaac.tar.gz
exchange-9eeccf18a55705f67c79f536c9e4af1825d2eaac.tar.bz2
exchange-9eeccf18a55705f67c79f536c9e4af1825d2eaac.zip
fix spelling
-rw-r--r--src/auditordb/pg_get_balance.h2
-rw-r--r--src/auditordb/pg_insert_balance.h2
-rw-r--r--src/auditordb/pg_update_balance.h2
-rw-r--r--src/include/taler_auditordb_plugin.h6
4 files changed, 6 insertions, 6 deletions
diff --git a/src/auditordb/pg_get_balance.h b/src/auditordb/pg_get_balance.h
index 1cbb2541f..59d2af0ae 100644
--- a/src/auditordb/pg_get_balance.h
+++ b/src/auditordb/pg_get_balance.h
@@ -30,7 +30,7 @@
* Get summary information about balance tracked by the auditor.
*
* @param cls the @e cls of this struct with the plugin-specific state
- * @param balance_key key of the blance to store
+ * @param balance_key key of the balance to store
* @param[out] balance_value set to amount stored under @a balance_key
* @param ... NULL terminated list of additional key-value pairs to fetch
* @return transaction status code
diff --git a/src/auditordb/pg_insert_balance.h b/src/auditordb/pg_insert_balance.h
index 19c7a8c6c..dff69eec9 100644
--- a/src/auditordb/pg_insert_balance.h
+++ b/src/auditordb/pg_insert_balance.h
@@ -30,7 +30,7 @@
* existing record.
*
* @param cls the @e cls of this struct with the plugin-specific state
- * @param balance_key key of the blance to store
+ * @param balance_key key of the balance to store
* @param balance_value value to store
* @param ... NULL terminated list of additional key-value pairs to insert
* @return transaction status code
diff --git a/src/auditordb/pg_update_balance.h b/src/auditordb/pg_update_balance.h
index 1f67c8551..6a4ee04b5 100644
--- a/src/auditordb/pg_update_balance.h
+++ b/src/auditordb/pg_update_balance.h
@@ -31,7 +31,7 @@
* existing record, which must already exist.
*
* @param cls the @e cls of this struct with the plugin-specific state
- * @param balance_key key of the blance to store
+ * @param balance_key key of the balance to store
* @param balance_value value to store
* @param ... NULL terminated list of additional key-value pairs to update
* @return transaction status code
diff --git a/src/include/taler_auditordb_plugin.h b/src/include/taler_auditordb_plugin.h
index f66733f15..ac32cf3b9 100644
--- a/src/include/taler_auditordb_plugin.h
+++ b/src/include/taler_auditordb_plugin.h
@@ -530,7 +530,7 @@ struct TALER_AUDITORDB_Plugin
* existing record.
*
* @param cls the @e cls of this struct with the plugin-specific state
- * @param balance_key key of the blance to store
+ * @param balance_key key of the balance to store
* @param balance_value value to store
* @param ... NULL terminated list of additional key-value pairs to insert
* @return transaction status code
@@ -547,7 +547,7 @@ struct TALER_AUDITORDB_Plugin
* existing record, which must already exist.
*
* @param cls the @e cls of this struct with the plugin-specific state
- * @param balance_key key of the blance to store
+ * @param balance_key key of the balance to store
* @param balance_value value to store
* @param ... NULL terminated list of additional key-value pairs to update
* @return transaction status code
@@ -563,7 +563,7 @@ struct TALER_AUDITORDB_Plugin
* Get summary information about balance tracked by the auditor.
*
* @param cls the @e cls of this struct with the plugin-specific state
- * @param balance_key key of the blance to store
+ * @param balance_key key of the balance to store
* @param[out] balance_value set to amount stored under @a balance_key, set to invalid amount (all zero) if key was not found
* @param ... NULL terminated list of additional key-value pairs to fetch
* @return transaction status code