From 8cddc84dd4a1d0684a7e3c1ca79c6927a5bffa28 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Thu, 10 Jan 2019 15:28:52 +0100 Subject: [PATCH] [365-automatically-calculate-the-values-for-options-58-and-59] spelling --- src/bin/dhcp4/tests/config_parser_unittest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/dhcp4/tests/config_parser_unittest.cc b/src/bin/dhcp4/tests/config_parser_unittest.cc index 134dc74ac7..31995812af 100644 --- a/src/bin/dhcp4/tests/config_parser_unittest.cc +++ b/src/bin/dhcp4/tests/config_parser_unittest.cc @@ -6635,7 +6635,7 @@ TEST_F(Dhcp4ParserTest, dhcpQueueControlInvalid) { } // Checks inheritence of calculate-tee-times, t1-perecent, t2-percent -TEST_F(Dhcp4ParserTest, calculatTeeTimesInheritence) { +TEST_F(Dhcp4ParserTest, calculateTeeTimesInheritence) { // Configure the server. This should succeed. string config = "{ \n" -- 2.47.2