mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-16 23:53:29 +01:00
[Trivial] Grammar and typo correction
Minor corrections in src\test\* .
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user