From: Josh Soref Date: Sun, 23 Jul 2017 18:58:22 +0000 (-0400) Subject: spelling: occurring X-Git-Tag: trac5124a_base~35^2~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebd4ad1425655d7957f4b68be0d5439ec621c3e8;p=thirdparty%2Fkea.git spelling: occurring --- diff --git a/src/bin/d2/tests/nc_add_unittests.cc b/src/bin/d2/tests/nc_add_unittests.cc index 45bb959823..793c3a72bb 100644 --- a/src/bin/d2/tests/nc_add_unittests.cc +++ b/src/bin/d2/tests/nc_add_unittests.cc @@ -479,7 +479,7 @@ TEST_F(NameAddTransactionTest, selectingFwdServerHandler) { name_add->getNextEvent()) << " num_servers: " << num_servers << " selections: " << i; - // Post a server IO error event. This simulates an IO error occuring + // Post a server IO error event. This simulates an IO error occurring // and a need to select the new server. ASSERT_NO_THROW(name_add->postNextEvent(NameChangeTransaction:: SERVER_IO_ERROR_EVT)) @@ -1213,7 +1213,7 @@ TEST_F(NameAddTransactionTest, selectingRevServerHandler) { name_add->getNextEvent()) << " num_servers: " << num_servers << " selections: " << i; - // Post a server IO error event. This simulates an IO error occuring + // Post a server IO error event. This simulates an IO error occurring // and a need to select the new server. ASSERT_NO_THROW(name_add->postNextEvent(NameChangeTransaction:: SERVER_IO_ERROR_EVT)) diff --git a/src/bin/d2/tests/nc_remove_unittests.cc b/src/bin/d2/tests/nc_remove_unittests.cc index a5093562b3..8102b28171 100644 --- a/src/bin/d2/tests/nc_remove_unittests.cc +++ b/src/bin/d2/tests/nc_remove_unittests.cc @@ -481,7 +481,7 @@ TEST_F(NameRemoveTransactionTest, selectingFwdServerHandler) { name_remove->getNextEvent()) << " num_servers: " << num_servers << " selections: " << i; - // Post a server IO error event. This simulates an IO error occuring + // Post a server IO error event. This simulates an IO error occurring // and a need to select the new server. ASSERT_NO_THROW(name_remove->postNextEvent(NameChangeTransaction:: SERVER_IO_ERROR_EVT)) @@ -1203,7 +1203,7 @@ TEST_F(NameRemoveTransactionTest, selectingRevServerHandler) { name_remove->getNextEvent()) << " num_servers: " << num_servers << " selections: " << i; - // Post a server IO error event. This simulates an IO error occuring + // Post a server IO error event. This simulates an IO error occurring // and a need to select the new server. ASSERT_NO_THROW(name_remove->postNextEvent(NameChangeTransaction:: SERVER_IO_ERROR_EVT)) diff --git a/src/lib/dhcpsrv/mysql_connection.h b/src/lib/dhcpsrv/mysql_connection.h index d2559c534c..322b33fdae 100644 --- a/src/lib/dhcpsrv/mysql_connection.h +++ b/src/lib/dhcpsrv/mysql_connection.h @@ -381,7 +381,7 @@ public: switch(mysql_errno(mysql_)) { // These are the ones we consider fatal. Remember this method is // used to check errors of API calls made subsequent to successfully - // connecting. Errors occuring while attempting to connect are + // connecting. Errors occurring while attempting to connect are // checked in the connection code. An alternative would be to call // mysql_ping() - assuming autoreconnect is off. If that fails // then we know connection is toast.