diff options
author | Veres Lajos <vlajos@gmail.com> | 2015-08-09 00:17:27 +0100 |
---|---|---|
committer | Veres Lajos <vlajos@gmail.com> | 2015-08-10 22:06:27 +0100 |
commit | 9f68ed6b6d1a9c6436ce37913666165f2b180ee3 (patch) | |
tree | 353f0c636a1f27824afb150fc16692456a00d5f1 /src/addrman.h | |
parent | a4fe57da6207c1e5691a1e843d22db571f3f0186 (diff) |
typofixes (found by misspell_fixer)
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 2623d89809..384b6cfdb9 100644 --- a/src/addrman.h +++ b/src/addrman.h @@ -265,7 +265,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 |