Skip to content

Commit

Permalink
Fix typo adddrman to addrman as requested in bitcoin#8070
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanHeilman committed May 19, 2016
1 parent f4119c6 commit 2a8b358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/net_tests.cpp
Expand Up @@ -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);

Expand Down

0 comments on commit 2a8b358

Please sign in to comment.