|
@@ -100,7 +100,7 @@ public:
|
|
|
/// @param exp_result indicates if configuration should pass or fail
|
|
|
void configure(const std::string& config, bool exp_result = SHOULD_PASS);
|
|
|
|
|
|
- /// @brief Contructs a NameChangeRequest message from a fixed JSON string.
|
|
|
+ /// @brief Constructs a NameChangeRequest message from a fixed JSON string.
|
|
|
///
|
|
|
/// @param dhcid_id_num Integer value to use as the DHCID.
|
|
|
dhcp_ddns::NameChangeRequestPtr buildTestNcr(uint32_t
|
|
@@ -109,7 +109,7 @@ public:
|
|
|
/// @brief Stores the return code of the last configuration attempt.
|
|
|
int rcode_;
|
|
|
|
|
|
- /// @brief Stores the message component of the last configuration tattempt.
|
|
|
+ /// @brief Stores the message component of the last configuration attempt.
|
|
|
isc::data::ConstElementPtr comment_;
|
|
|
|
|
|
/// @brief Server object under test.
|