From: Francis Dupont Date: Sat, 24 Dec 2016 13:01:50 +0000 (+0100) Subject: [5039] spelling X-Git-Tag: trac5021_base~3^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9ebc3c7eb789ad03e7180860dfb9ffeab654619c;p=thirdparty%2Fkea.git [5039] spelling --- diff --git a/src/lib/cc/tests/simple_parser_unittest.cc b/src/lib/cc/tests/simple_parser_unittest.cc index 1726306321..d61f557d07 100644 --- a/src/lib/cc/tests/simple_parser_unittest.cc +++ b/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);