[Trivial] Grammar and typo correction

Minor corrections in src\test\* .
This commit is contained in:
Lauda 2017-01-13 16:05:16 +01:00 committed by Simon
parent 64b4790789
commit 923f2579b1
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ BOOST_AUTO_TEST_CASE(dbwrapper_batch)
BOOST_CHECK(dbw.Read(key2, res));
BOOST_CHECK_EQUAL(res.ToString(), in2.ToString());
// key3 never should've been written
// key3 should've never been written
BOOST_CHECK(dbw.Read(key3, res) == false);
}
}