Browse Source

spelling: existent

Josh Soref 7 years ago
parent
commit
499d63525b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dhcpsrv/tests/client_class_def_parser_unittest.cc

+ 1 - 1
src/lib/dhcpsrv/tests/client_class_def_parser_unittest.cc

@@ -533,7 +533,7 @@ TEST_F(ClientClassDefListParserTest, simpleValidList) {
     ASSERT_TRUE(cclass);
     EXPECT_EQ("three", cclass->getName());
 
-    // For good measure, make sure we can't find a non-existant class.
+    // For good measure, make sure we can't find a non-existent class.
     ASSERT_NO_THROW(cclass = dictionary->findClass("bogus"));
     EXPECT_FALSE(cclass);
 }