diff options
author | Veres Lajos <vlajos@gmail.com> | 2015-08-09 00:17:27 +0100 |
---|---|---|
committer | Luke Dashjr <luke-jr+git@utopios.org> | 2015-09-21 05:21:32 +0000 |
commit | ceba0f8c7e0b62c16c15ec507da721be6e2c7dee (patch) | |
tree | acc402039484569164d736537906c87740615bdd /src/addrman.h | |
parent | 2ede6b7142cb57c422126722f845b36da7d3c4ef (diff) |
PARTIAL: typofixes (found by misspell_fixer)
Upstream: 9f68ed6b6d1a9c6436ce37913666165f2b180ee3 (PR #6539)
Diffstat (limited to 'src/addrman.h')
-rw-r--r-- | src/addrman.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/addrman.h b/src/addrman.h index d47217683c..99debbd527 100644 --- a/src/addrman.h +++ b/src/addrman.h @@ -267,7 +267,7 @@ public: * Notice that vvTried, mapAddr and vVector are never encoded explicitly; * they are instead reconstructed from the other information. * - * vvNew is serialized, but only used if ADDRMAN_UNKOWN_BUCKET_COUNT didn't change, + * vvNew is serialized, but only used if ADDRMAN_UNKNOWN_BUCKET_COUNT didn't change, * otherwise it is reconstructed as well. * * This format is more complex, but significantly smaller (at most 1.5 MiB), and supports |