Fix some typos

This commit is contained in:
fsb4000
2016-11-28 15:19:05 +07:00
parent c4522e71c7
commit 15fa95d7e5
10 changed files with 12 additions and 12 deletions

View File

@@ -47,7 +47,7 @@ BOOST_AUTO_TEST_CASE(limitedmap_test)
// make sure the item is present
BOOST_CHECK(map.count(i) == 1);
// use the iterator to check for the expected key adn value
// use the iterator to check for the expected key and value
BOOST_CHECK(it->first == i);
BOOST_CHECK(it->second == i + 1);