summaryrefslogtreecommitdiff
path: root/src/include/taler_exchangedb_lib.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_lib.h
parent5ec2b74a0e91c4799f521fcc71923506777ef515 (diff)
downloadexchange-8cfc6d6a2e81281b26d9f68cc515150aa2382f11.tar.gz
exchange-8cfc6d6a2e81281b26d9f68cc515150aa2382f11.tar.bz2
exchange-8cfc6d6a2e81281b26d9f68cc515150aa2382f11.zip
fix spelling issues
Diffstat (limited to 'src/include/taler_exchangedb_lib.h')
-rw-r--r--src/include/taler_exchangedb_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/taler_exchangedb_lib.h b/src/include/taler_exchangedb_lib.h
index 17b01b0ad..d93cf9d6c 100644
--- a/src/include/taler_exchangedb_lib.h
+++ b/src/include/taler_exchangedb_lib.h
@@ -69,13 +69,13 @@ struct TALER_EXCHANGEDB_AccountInfo
const char *method;
/**
- * true if this account is enabed to be debited
+ * true if this account is enabled to be debited
* by the taler-exchange-aggregator.
*/
bool debit_enabled;
/**
- * true if this account is enabed to be credited by wallets
+ * true if this account is enabled to be credited by wallets
* and needs to be watched by the taler-exchange-wirewatch.
* Also, the account will only be included in /wire if credit
* is enabled.