aboutsummaryrefslogtreecommitdiff
path: root/src/test/limitedmap_tests.cpp
diff options
context:
space:
mode:
authorLauda <lauda.m@protonmail.ch>2017-01-13 16:05:16 +0100
committerMarcoFalke <falke.marco@gmail.com>2017-01-22 13:18:51 +0100
commit5c66d41b7ffe8557ce5036613c9854d2f1dc3c37 (patch)
tree665a4171ec4582a2d4ba91989a26ab5dd2dc34bf /src/test/limitedmap_tests.cpp
parent02e5308c1b9f3771bbe49bc5036215fa2bd66aa9 (diff)
downloadbitcoin-5c66d41b7ffe8557ce5036613c9854d2f1dc3c37.tar.xz
[Trivial] Grammar and typo correction
Minor corrections in src\test\* .
Diffstat (limited to 'src/test/limitedmap_tests.cpp')
-rw-r--r--src/test/limitedmap_tests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/limitedmap_tests.cpp b/src/test/limitedmap_tests.cpp
index 55b9be5b00..b071ab117b 100644
--- a/src/test/limitedmap_tests.cpp
+++ b/src/test/limitedmap_tests.cpp
@@ -27,7 +27,7 @@ BOOST_AUTO_TEST_CASE(limitedmap_test)
// make sure that the size is updated
BOOST_CHECK(map.size() == 1);
- // make sure that the new items is in the map
+ // make sure that the new item is in the map
BOOST_CHECK(map.count(-1) == 1);
// insert 10 new items