Browse Source

spelling: existing

Josh Soref 7 years ago
parent
commit
0a53a74418
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/bin/dhcp4/json_config_parser.cc
  2. 1 1
      src/bin/dhcp6/json_config_parser.cc

+ 1 - 1
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) {

+ 1 - 1
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) {