diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_exchangedb_plugin.h | 6 | ||||
-rw-r--r-- | src/include/taler_signatures.h | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h index d04914a3f..f81c28bbb 100644 --- a/src/include/taler_exchangedb_plugin.h +++ b/src/include/taler_exchangedb_plugin.h @@ -244,8 +244,8 @@ struct TALER_EXCHANGEDB_CollectableBlindcoin /** * Withdrawl fee charged by the exchange. This must match the Exchange's - * denomination key's withdrawl fee. If the client puts in an - * invalid withdrawl fee (too high or too low) that does not match + * denomination key's withdrawal fee. If the client puts in an + * invalid withdrawal fee (too high or too low) that does not match * the Exchange's denomination key, the withdraw operation is invalid * and will be rejected by the exchange. The @e amount_with_fee minus * the @e withdraw_fee is must match the value of the generated @@ -267,7 +267,7 @@ struct TALER_EXCHANGEDB_CollectableBlindcoin struct GNUNET_HashCode h_coin_envelope; /** - * Signature confirming the withdrawl, matching @e reserve_pub, + * Signature confirming the withdrawal, matching @e reserve_pub, * @e denom_pub and @e h_coin_envelope. */ struct TALER_ReserveSignatureP reserve_sig; diff --git a/src/include/taler_signatures.h b/src/include/taler_signatures.h index 5a42ef61d..17a8ed86b 100644 --- a/src/include/taler_signatures.h +++ b/src/include/taler_signatures.h @@ -323,8 +323,8 @@ struct TALER_WithdrawRequestPS /** * Withdrawl fee charged by the exchange. This must match the Exchange's - * denomination key's withdrawl fee. If the client puts in an - * invalid withdrawl fee (too high or too low) that does not match + * denomination key's withdrawal fee. If the client puts in an + * invalid withdrawal fee (too high or too low) that does not match * the Exchange's denomination key, the withdraw operation is invalid * and will be rejected by the exchange. The @e amount_with_fee minus * the @e withdraw_fee is must match the value of the generated |