diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-03-07 14:35:32 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-03-07 14:35:32 +0100 |
commit | c20078010b4795a20dc1253083392e41c27e71c2 (patch) | |
tree | b9a50ec41eb9286750b6b9342b4b50d25fc83a95 /src/include/taler_exchangedb_plugin.h | |
parent | 962990c7ceb405639f6e5284234abef473bc07b3 (diff) |
fix comments, naming consistency issues
Diffstat (limited to 'src/include/taler_exchangedb_plugin.h')
-rw-r--r-- | src/include/taler_exchangedb_plugin.h | 6 |
1 files changed, 3 insertions, 3 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; |