Fix a few typos

This commit is contained in:
fanquake
2012-06-29 17:26:45 +08:00
parent 5fa83965f2
commit e749405297
5 changed files with 8 additions and 8 deletions

View File

@@ -69,7 +69,7 @@ private:
// the current wallet version: clients below this version are not able to load the wallet
int nWalletVersion;
// the maxmimum wallet format version: memory-only variable that specifies to what version this wallet may be upgraded
// the maximum wallet format version: memory-only variable that specifies to what version this wallet may be upgraded
int nWalletMaxVersion;
public: