Parcourir la source

[5039] spelling

Francis Dupont il y a 8 ans
Parent
commit
9ebc3c7eb7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/lib/cc/tests/simple_parser_unittest.cc

+ 1 - 1
src/lib/cc/tests/simple_parser_unittest.cc

@@ -71,7 +71,7 @@ TEST_F(SimpleParserTest, deriveParams) {
                                                      SAMPLE_INHERITS));
     EXPECT_EQ(3, num);
 
-    // Check the values. 3 of them are interited, while the fourth one
+    // Check the values. 3 of them are inherited, while the fourth one
     // was already defined in the subnet, so should not be inherited.
     checkIntegerValue(subnet, "renew-timer", 100);
     checkIntegerValue(subnet, "rebind-timer", 2);