From 86f2fdd0681a0f3cb162d0cb6326d43353ddb31e Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 23 Jul 2017 17:03:46 -0400 Subject: [PATCH] spelling: transaction --- src/bin/d2/tests/nc_add_unittests.cc | 2 +- src/bin/d2/tests/nc_remove_unittests.cc | 2 +- src/bin/d2/tests/nc_trans_unittests.cc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.47.2