aboutsummaryrefslogtreecommitdiff
path: root/src/include/taler_exchangedb_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/taler_exchangedb_plugin.h')
-rw-r--r--src/include/taler_exchangedb_plugin.h4
1 files changed, 2 insertions, 2 deletions
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;
};