aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEthan Heilman <Ethan.R.Heilman@gmail.com>2016-05-18 20:14:26 -0400
committerEthan Heilman <Ethan.R.Heilman@gmail.com>2016-05-18 20:14:26 -0400
commit2a8b3589b5a6c0863012329ddb40e7d901decf0e (patch)
treecd4c199974f650b813304cfa168ddf226af0e13e /src
parentf4119c6c988ea24a5218aa6bc67e57e47e051547 (diff)
downloadbitcoin-2a8b3589b5a6c0863012329ddb40e7d901decf0e.tar.xz
Fix typo adddrman to addrman as requested in #8070
Diffstat (limited to 'src')
-rw-r--r--src/test/net_tests.cpp2
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);