From 15fa95d7e576041a20d47907356a2be5a327b4ca Mon Sep 17 00:00:00 2001 From: fsb4000 Date: Mon, 28 Nov 2016 15:19:05 +0700 Subject: Fix some typos --- src/test/limitedmap_tests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test/limitedmap_tests.cpp') diff --git a/src/test/limitedmap_tests.cpp b/src/test/limitedmap_tests.cpp index faaddffad..e3531486a 100644 --- a/src/test/limitedmap_tests.cpp +++ b/src/test/limitedmap_tests.cpp @@ -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); -- cgit v1.2.3