Browse Source

spelling: aren't

Josh Soref 7 years ago
parent
commit
7bf5099812
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

@@ -373,7 +373,7 @@ void configureCommandChannel() {
 
     // Determine if the socket configuration has changed. It has if
     // both old and new configuration is specified but respective
-    // data elements are't equal.
+    // data elements aren't equal.
     bool sock_changed = (sock_cfg && current_sock_cfg &&
                          !sock_cfg->equals(*current_sock_cfg));
 

+ 1 - 1
src/bin/dhcp6/json_config_parser.cc

@@ -567,7 +567,7 @@ void configureCommandChannel() {
 
     // Determine if the socket configuration has changed. It has if
     // both old and new configuration is specified but respective
-    // data elements are't equal.
+    // data elements aren't equal.
     bool sock_changed = (sock_cfg && current_sock_cfg &&
                          !sock_cfg->equals(*current_sock_cfg));