Parcourir la source

spelling: aren't

Josh Soref il y a 7 ans
Parent
commit
7bf5099812
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  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));