diff options
author | Ethan Heilman <Ethan.R.Heilman@gmail.com> | 2016-05-18 20:14:26 -0400 |
---|---|---|
committer | Ethan Heilman <Ethan.R.Heilman@gmail.com> | 2016-05-18 20:14:26 -0400 |
commit | 2a8b3589b5a6c0863012329ddb40e7d901decf0e (patch) | |
tree | cd4c199974f650b813304cfa168ddf226af0e13e /src | |
parent | f4119c6c988ea24a5218aa6bc67e57e47e051547 (diff) |
Fix typo adddrman to addrman as requested in #8070
Diffstat (limited to 'src')
-rw-r--r-- | src/test/net_tests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/net_tests.cpp b/src/test/net_tests.cpp index df1a4d2fb1..b38d61f330 100644 --- a/src/test/net_tests.cpp +++ b/src/test/net_tests.cpp @@ -128,7 +128,7 @@ BOOST_AUTO_TEST_CASE(caddrdb_read_corrupted) } catch (const std::exception& e) { exceptionThrown = true; } - // Even through de-serialization failed adddrman is not left in a clean state. + // Even through de-serialization failed addrman is not left in a clean state. BOOST_CHECK(addrman1.size() == 1); BOOST_CHECK(exceptionThrown); |