From 4dea40f9edef09eec59731fef40cd5ed740b688d Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Tue, 16 Jun 2020 09:40:07 +0200 Subject: [PATCH] [#1245] spelling --- src/bin/dhcp6/json_config_parser.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/dhcp6/json_config_parser.cc b/src/bin/dhcp6/json_config_parser.cc index e3a3227b42..9ba6f68f09 100644 --- a/src/bin/dhcp6/json_config_parser.cc +++ b/src/bin/dhcp6/json_config_parser.cc @@ -696,7 +696,7 @@ configureDhcp6Server(Dhcpv6Srv& server, isc::data::ConstElementPtr config_set, parameter_name = config_pair.first; - // This are converted to SimpleParser and are handled already above. + // These are converted to SimpleParser and are handled already above. if ((config_pair.first == "data-directory") || (config_pair.first == "option-def") || (config_pair.first == "option-data") || -- 2.47.2