aboutsummaryrefslogtreecommitdiff
path: root/src/wallet.h
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2012-06-29 17:26:45 +0800
committerfanquake <fanquake@gmail.com>2012-06-29 17:26:45 +0800
commite7494052975c60032629112390325f7e20817308 (patch)
tree7ed7831315250c54c0f7738166ace95b5e29f151 /src/wallet.h
parent5fa83965f22ae92f86de74104b621c2168d37698 (diff)
downloadbitcoin-e7494052975c60032629112390325f7e20817308.tar.xz
Fix a few typos
Diffstat (limited to 'src/wallet.h')
-rw-r--r--src/wallet.h2
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: