aboutsummaryrefslogtreecommitdiff
path: root/src/auditor/taler-helper-auditor-purses.c
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/auditor/taler-helper-auditor-purses.c
parent5ec2b74a0e91c4799f521fcc71923506777ef515 (diff)
downloadexchange-8cfc6d6a2e81281b26d9f68cc515150aa2382f11.tar.xz
fix spelling issues
Diffstat (limited to 'src/auditor/taler-helper-auditor-purses.c')
-rw-r--r--src/auditor/taler-helper-auditor-purses.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/auditor/taler-helper-auditor-purses.c b/src/auditor/taler-helper-auditor-purses.c
index f35020734..e728df0ee 100644
--- a/src/auditor/taler-helper-auditor-purses.c
+++ b/src/auditor/taler-helper-auditor-purses.c
@@ -54,12 +54,12 @@ static struct TALER_AUDITORDB_ProgressPointPurse ppp_start;
static struct TALER_AUDITORDB_PurseBalance balance;
/**
- * Array of reports about row inconsitencies.
+ * Array of reports about row inconsistencies.
*/
static json_t *report_row_inconsistencies;
/**
- * Array of reports about purse balance insufficient inconsitencies.
+ * Array of reports about purse balance insufficient inconsistencies.
*/
static json_t *report_purse_balance_insufficient_inconsistencies;
@@ -74,7 +74,7 @@ static struct TALER_Amount total_balance_insufficient_loss;
static struct TALER_Amount total_delayed_decisions;
/**
- * Array of reports about purses's not being closed inconsitencies.
+ * Array of reports about purses's not being closed inconsistencies.
*/
static json_t *report_purse_not_closed_inconsistencies;