Fix various typos

This commit is contained in:
paveljanik
2015-07-03 16:36:49 +02:00
committed by MarcoFalke
parent df2ced5c83
commit 8a03727d9c
5 changed files with 7 additions and 7 deletions

View File

@@ -30,7 +30,7 @@ extern const std::string CURRENCY_UNIT;
static const CAmount MAX_MONEY = 21000000 * COIN;
inline bool MoneyRange(const CAmount& nValue) { return (nValue >= 0 && nValue <= MAX_MONEY); }
/** Type-safe wrapper class to for fee rates
/** Type-safe wrapper class for fee rates
* (how much to pay based on transaction size)
*/
class CFeeRate