Browse Source

spelling: transaction

Josh Soref 7 years ago
parent
commit
86f2fdd068

+ 1 - 1
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,

+ 1 - 1
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,

+ 1 - 1
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