aboutsummaryrefslogtreecommitdiff
path: root/src/test/limitedmap_tests.cpp
diff options
context:
space:
mode:
authorLauda <[email protected]>2017-01-13 16:05:16 +0100
committerMarcoFalke <[email protected]>2017-01-22 13:18:51 +0100
commit5c66d41b7ffe8557ce5036613c9854d2f1dc3c37 (patch)
tree665a4171ec4582a2d4ba91989a26ab5dd2dc34bf /src/test/limitedmap_tests.cpp
parentMerge #9525: test: Include tx data in EXTRA_DIST (diff)
downloaddiscoin-5c66d41b7ffe8557ce5036613c9854d2f1dc3c37.tar.xz
discoin-5c66d41b7ffe8557ce5036613c9854d2f1dc3c37.zip
[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 55b9be5b0..b071ab117 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