Browse Source

spelling: verifies

Josh Soref 7 years ago
parent
commit
d149a22dad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/cc/tests/json_feed_unittests.cc

+ 1 - 1
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\" }";