From: Josh Soref Date: Sun, 23 Jul 2017 21:03:46 +0000 (-0400) Subject: spelling: transaction X-Git-Tag: trac5124a_base~35^2~21 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=86f2fdd0681a0f3cb162d0cb6326d43353ddb31e;p=thirdparty%2Fkea.git spelling: transaction --- diff --git a/src/bin/d2/tests/nc_add_unittests.cc b/src/bin/d2/tests/nc_add_unittests.cc index 793c3a72bb..c11062c372 100644 --- a/src/bin/d2/tests/nc_add_unittests.cc +++ b/src/bin/d2/tests/nc_add_unittests.cc @@ -70,7 +70,7 @@ public: /// @brief Prepares the initial D2UpdateMessage /// - /// This method overrides the NameChangeTransactio implementation to + /// This method overrides the NameChangeTransaction implementation to /// provide the ability to simulate an exception throw in the build /// request logic. /// If the one-shot flag, simulate_build_request_exception_ is true, diff --git a/src/bin/d2/tests/nc_remove_unittests.cc b/src/bin/d2/tests/nc_remove_unittests.cc index 8102b28171..d2ee9e4690 100644 --- a/src/bin/d2/tests/nc_remove_unittests.cc +++ b/src/bin/d2/tests/nc_remove_unittests.cc @@ -71,7 +71,7 @@ public: /// @brief Prepares the initial D2UpdateMessage /// - /// This method overrides the NameChangeTransactio implementation to + /// This method overrides the NameChangeTransaction implementation to /// provide the ability to simulate an exception throw in the build /// request logic. /// If the one-shot flag, simulate_build_request_exception_ is true, diff --git a/src/bin/d2/tests/nc_trans_unittests.cc b/src/bin/d2/tests/nc_trans_unittests.cc index dd022ab440..9b10fad888 100644 --- a/src/bin/d2/tests/nc_trans_unittests.cc +++ b/src/bin/d2/tests/nc_trans_unittests.cc @@ -65,7 +65,7 @@ public: } /// @brief DNSClient callback - /// Overrides the callback in NameChangeTranscation to allow testing + /// Overrides the callback in NameChangeTransaction to allow testing /// sendUpdate without incorporating execution of the state model /// into the test. /// It sets the DNS status update and posts IO_COMPLETED_EVT as does