summaryrefslogtreecommitdiff
path: root/src/include/taler_exchangedb_plugin.h
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-11-28 12:13:38 +0900
committerChristian Grothoff <grothoff@gnunet.org>2023-11-28 12:13:38 +0900
commit8cfc6d6a2e81281b26d9f68cc515150aa2382f11 (patch)
tree81b89f99b0b57174cdc9754f5e2a691345718b20 /src/include/taler_exchangedb_plugin.h
parent5ec2b74a0e91c4799f521fcc71923506777ef515 (diff)
downloadexchange-8cfc6d6a2e81281b26d9f68cc515150aa2382f11.tar.gz
exchange-8cfc6d6a2e81281b26d9f68cc515150aa2382f11.tar.bz2
exchange-8cfc6d6a2e81281b26d9f68cc515150aa2382f11.zip
fix spelling issues
Diffstat (limited to 'src/include/taler_exchangedb_plugin.h')
-rw-r--r--src/include/taler_exchangedb_plugin.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h
index c68ebb539..6da278637 100644
--- a/src/include/taler_exchangedb_plugin.h
+++ b/src/include/taler_exchangedb_plugin.h
@@ -5530,7 +5530,7 @@ struct TALER_EXCHANGEDB_Plugin
* above a given @a min_batch_deposit_serial_id.
*
* @param cls closure
- * @param min_batch_deposit_serial_id only return entries stricly above this row (and in order)
+ * @param min_batch_deposit_serial_id only return entries strictly above this row (and in order)
* @param cb function to call on all such deposits
* @param cb_cls closure for @a cb
* @return transaction status code
@@ -5548,7 +5548,7 @@ struct TALER_EXCHANGEDB_Plugin
* above a given @a min_tracking_serial_id.
*
* @param cls closure
- * @param min_tracking_serial_id only return entries stricly above this row (and in order)
+ * @param min_tracking_serial_id only return entries strictly above this row (and in order)
* @param cb function to call on all such aggregations
* @param cb_cls closure for @a cb
* @return transaction status code
@@ -7088,7 +7088,7 @@ struct TALER_EXCHANGEDB_Plugin
* @param new_status AML decision status
* @param decision_time when was the decision made
* @param justification human-readable text justifying the decision
- * @param kyc_requirements specific KYC requiremnts being imposed
+ * @param kyc_requirements specific KYC requirements being imposed
* @param requirements_row row in the KYC table for this process, 0 for none
* @param decider_pub public key of the staff member
* @param decider_sig signature of the staff member