aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorÖzgür Kesim <oec-taler@kesim.org>2023-03-13 08:53:16 +0100
committerÖzgür Kesim <oec-taler@kesim.org>2023-03-13 08:53:16 +0100
commita2c70ff0c81f3bdfb29e6c476670e66d7cf93ee0 (patch)
tree295c1f01ee486e0e2730d237cb8f59cd408d65ca /src/include
parentb15c8e527b2ecb3458e91824d49d4935dbe55200 (diff)
downloadexchange-a2c70ff0c81f3bdfb29e6c476670e66d7cf93ee0.tar.xz
-typos
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_crypto_lib.h2
-rw-r--r--src/include/taler_exchangedb_plugin.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/include/taler_crypto_lib.h b/src/include/taler_crypto_lib.h
index 5aa22b532..2f58e9cd3 100644
--- a/src/include/taler_crypto_lib.h
+++ b/src/include/taler_crypto_lib.h
@@ -5946,7 +5946,7 @@ GNUNET_CRYPTO_EcdsaPublicKey
TALER_age_commitment_base_public_key;
/**
- * @brief Similiar to TALER_age_restriction_commit, but takes the coin's
+ * @brief Similar to TALER_age_restriction_commit, but takes the coin's
* private key as seed input and calculates the public keys in the slots larger
* than the given age as derived from TALER_age_commitment_base_public_key.
*
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h
index e05ddeed9..962bccaa2 100644
--- a/src/include/taler_exchangedb_plugin.h
+++ b/src/include/taler_exchangedb_plugin.h
@@ -1053,7 +1053,7 @@ struct TALER_EXCHANGEDB_CollectableBlindcoin
/**
* @brief Information we keep for an age-withdraw commitment
- * to reproduce the /age-withdraw operation if neede, and to have proof
+ * to reproduce the /age-withdraw operation if needed, and to have proof
* that a reserve was drained by this amount.
*/
struct TALER_EXCHANGEDB_AgeWithdrawCommitment
@@ -1097,7 +1097,7 @@ struct TALER_EXCHANGEDB_AgeWithdrawCommitment
struct TALER_ExchangeSignatureP sig;
/**
- * Timestamp of the request beeing made
+ * Timestamp of the request being made
*/
struct GNUNET_TIME_Timestamp timestamp;
};