]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: existing
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 16:54:55 +0000 (12:54 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 16:54:55 +0000 (12:54 -0400)
src/bin/dhcp4/json_config_parser.cc
src/bin/dhcp6/json_config_parser.cc

index ef47da8375494118501f8f2f20b792b5d8159df5..8751999e8deea6b7e74efc38c0f0d77042f69ffd 100644 (file)
@@ -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) {
index 671cb3e2b2a8ef1d7cd07f2e53cd743bd0f405e5..2b15c2dba5d2e3b7ca07a42605d48c0d817ba89b 100644 (file)
@@ -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) {