/// @brief Pointer to the @ref CtrlAgentResponseCreator.
typedef boost::shared_ptr<CtrlAgentResponseCreator> CtrlAgentResponseCreatorPtr;
-/// @brief Concrete implementation of the HTTP response crator used
+/// @brief Concrete implementation of the HTTP response creator used
/// by the Control Agent.
///
/// See the documentation of the @ref isc::http::HttpResponseCreator for
return (createAnswer(CONTROL_RESULT_SUCCESS, arguments));
}
- /// @brief Instance of the response crator.
+ /// @brief Instance of the response creator.
CtrlAgentResponseCreator response_creator_;
/// @brief Instance of the "empty" request.