]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: aren't
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 15:23:40 +0000 (11:23 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 15:23:40 +0000 (11:23 -0400)
src/bin/dhcp4/json_config_parser.cc
src/bin/dhcp6/json_config_parser.cc

index f97c8fe9b8e637a54f471af37b637ef07c898afd..f165190a2bf4266d814ad7cee2b74d27d95d52d9 100644 (file)
@@ -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));
 
index 8b3e9815cb42e7c897f3e5273488f162ddb375aa..97ebfe9acb9f38673d463fe5f280bf260aea6379 100644 (file)
@@ -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));