]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: transaction
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 21:03:46 +0000 (17:03 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 21:03:46 +0000 (17:03 -0400)
src/bin/d2/tests/nc_add_unittests.cc
src/bin/d2/tests/nc_remove_unittests.cc
src/bin/d2/tests/nc_trans_unittests.cc

index 793c3a72bb8b03fdf5f35df12642b277ad544894..c11062c372ae27d0ae354a1952f1ec02493450bc 100644 (file)
@@ -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,
index 8102b28171249cb284ca76e1cbc6e1e9ae98ed27..d2ee9e46909a4b509ffa21843ca9210cc040912d 100644 (file)
@@ -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,
index dd022ab44021b0e87f38cfe20d100abfc7637607..9b10fad888807768ddd6aea57098e427f91bcb30 100644 (file)
@@ -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