From: Josh Soref Date: Sun, 23 Jul 2017 16:54:55 +0000 (-0400) Subject: spelling: existing X-Git-Tag: trac5124a_base~35^2~139 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0a53a74418c757403a41b9d7d12154ffd24100ce;p=thirdparty%2Fkea.git spelling: existing --- diff --git a/src/bin/dhcp4/json_config_parser.cc b/src/bin/dhcp4/json_config_parser.cc index ef47da8375..8751999e8d 100644 --- a/src/bin/dhcp4/json_config_parser.cc +++ b/src/bin/dhcp4/json_config_parser.cc @@ -379,7 +379,7 @@ void configureCommandChannel() { // If the previous or new socket configuration doesn't exist or // the new configuration differs from the old configuration we - // close the exisitng socket and open a new socket as appropriate. + // close the existing socket and open a new socket as appropriate. // Note that closing an existing socket means the clien will not // receive the configuration result. if (!sock_cfg || !current_sock_cfg || sock_changed) { diff --git a/src/bin/dhcp6/json_config_parser.cc b/src/bin/dhcp6/json_config_parser.cc index 671cb3e2b2..2b15c2dba5 100644 --- a/src/bin/dhcp6/json_config_parser.cc +++ b/src/bin/dhcp6/json_config_parser.cc @@ -573,7 +573,7 @@ void configureCommandChannel() { // If the previous or new socket configuration doesn't exist or // the new configuration differs from the old configuration we - // close the exisitng socket and open a new socket as appropriate. + // close the existing socket and open a new socket as appropriate. // Note that closing an existing socket means the clien will not // receive the configuration result. if (!sock_cfg || !current_sock_cfg || sock_changed) {