]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: verifies
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 21:21:31 +0000 (17:21 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 21:21:31 +0000 (17:21 -0400)
src/lib/cc/tests/json_feed_unittests.cc

index 16ca00dcfdaf4cb4bcef4945fd1ef14d50fdae4b..e289757d00e93d14ba25e12a5253a6fd5f52f95d 100644 (file)
@@ -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\" }";