From: Josh Soref Date: Sun, 23 Jul 2017 21:21:31 +0000 (-0400) Subject: spelling: verifies X-Git-Tag: trac5124a_base~35^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d149a22dadabf4086ea4819a94d2604091b14be4;p=thirdparty%2Fkea.git spelling: verifies --- diff --git a/src/lib/cc/tests/json_feed_unittests.cc b/src/lib/cc/tests/json_feed_unittests.cc index 16ca00dcfd..e289757d00 100644 --- a/src/lib/cc/tests/json_feed_unittests.cc +++ b/src/lib/cc/tests/json_feed_unittests.cc @@ -157,7 +157,7 @@ TEST_F(JSONFeedTest, unexpectedCharacter) { testInvalidRead(json); } -// This test verfies that an error is signalled when a JSON structure +// This test verifies that an error is signalled when a JSON structure // lacks an opening brace character. TEST_F(JSONFeedTest, noOpeningBrace) { std::string json = "\"x\": \"y\" }";