/// @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,
/// @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,
}
/// @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