diff options
author | fanquake <fanquake@gmail.com> | 2012-06-29 17:26:45 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2012-06-29 17:26:45 +0800 |
commit | e7494052975c60032629112390325f7e20817308 (patch) | |
tree | 7ed7831315250c54c0f7738166ace95b5e29f151 /src/wallet.h | |
parent | 5fa83965f22ae92f86de74104b621c2168d37698 (diff) |
Fix a few typos
Diffstat (limited to 'src/wallet.h')
-rw-r--r-- | src/wallet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet.h b/src/wallet.h index b2e0e5260e..9807ececd6 100644 --- a/src/wallet.h +++ b/src/wallet.h @@ -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: |