summaryrefslogtreecommitdiff
path: root/src/lib
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/lib
parent5ec2b74a0e91c4799f521fcc71923506777ef515 (diff)
downloadexchange-8cfc6d6a2e81281b26d9f68cc515150aa2382f11.tar.gz
exchange-8cfc6d6a2e81281b26d9f68cc515150aa2382f11.tar.bz2
exchange-8cfc6d6a2e81281b26d9f68cc515150aa2382f11.zip
fix spelling issues
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/exchange_api_age_withdraw.c4
-rw-r--r--src/lib/exchange_api_handle.c2
-rw-r--r--src/lib/exchange_api_purse_create_with_deposit.c2
3 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/exchange_api_age_withdraw.c b/src/lib/exchange_api_age_withdraw.c
index efa605aea..e319332d1 100644
--- a/src/lib/exchange_api_age_withdraw.c
+++ b/src/lib/exchange_api_age_withdraw.c
@@ -161,7 +161,7 @@ struct TALER_EXCHANGE_AgeWithdrawBlindedHandle
struct TALER_EXCHANGE_Keys *keys;
/**
- * The age mask, extacted from the denominations.
+ * The age mask, extracted from the denominations.
* MUST be the same for all denominations
*
*/
@@ -263,7 +263,7 @@ struct TALER_EXCHANGE_AgeWithdrawHandle
struct TALER_EXCHANGE_Keys *keys;
/**
- * The age mask, extacted from the denominations.
+ * The age mask, extracted from the denominations.
* MUST be the same for all denominations
*
*/
diff --git a/src/lib/exchange_api_handle.c b/src/lib/exchange_api_handle.c
index ab3c387df..1d44ed34f 100644
--- a/src/lib/exchange_api_handle.c
+++ b/src/lib/exchange_api_handle.c
@@ -59,7 +59,7 @@
#define EXCHANGE_SERIALIZATION_FORMAT_VERSION 0
/**
- * How far off do we allow key liftimes to be?
+ * How far off do we allow key lifetimes to be?
*/
#define LIFETIME_TOLERANCE GNUNET_TIME_UNIT_HOURS
diff --git a/src/lib/exchange_api_purse_create_with_deposit.c b/src/lib/exchange_api_purse_create_with_deposit.c
index 215b7847e..fc2499338 100644
--- a/src/lib/exchange_api_purse_create_with_deposit.c
+++ b/src/lib/exchange_api_purse_create_with_deposit.c
@@ -114,7 +114,7 @@ struct TALER_EXCHANGE_PurseCreateDepositHandle
struct TALER_Amount purse_value_after_fees;
/**
- * Our encryped contract (if we had any).
+ * Our encrypted contract (if we had any).
*/
struct TALER_EncryptedContract econtract;