2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 14:05:33 +00:00

spelling: aren't

This commit is contained in:
Josh Soref
2017-07-23 11:23:40 -04:00
parent b7469e9f7e
commit 7bf5099812
2 changed files with 2 additions and 2 deletions

View 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));