]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[5039] spelling
authorFrancis Dupont <fdupont@isc.org>
Sat, 24 Dec 2016 13:01:50 +0000 (14:01 +0100)
committerFrancis Dupont <fdupont@isc.org>
Sat, 24 Dec 2016 13:01:50 +0000 (14:01 +0100)
src/lib/cc/tests/simple_parser_unittest.cc

index 1726306321c65481bf0aaa38e3ac6394cb71adfc..d61f557d07c830e09eacb87d34105fba43c50fd7 100644 (file)
@@ -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);