From: Josh Soref Date: Sun, 23 Jul 2017 16:05:42 +0000 (-0400) Subject: spelling: creator X-Git-Tag: trac5124a_base~35^2~175 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2d3eac7225c8f0da17ac510db6bab240f441bcd3;p=thirdparty%2Fkea.git spelling: creator --- diff --git a/src/bin/agent/ca_response_creator.h b/src/bin/agent/ca_response_creator.h index 152431f987..fe82d3ea0a 100644 --- a/src/bin/agent/ca_response_creator.h +++ b/src/bin/agent/ca_response_creator.h @@ -19,7 +19,7 @@ class CtrlAgentResponseCreator; /// @brief Pointer to the @ref CtrlAgentResponseCreator. typedef boost::shared_ptr 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 diff --git a/src/bin/agent/tests/ca_response_creator_unittests.cc b/src/bin/agent/tests/ca_response_creator_unittests.cc index d4911b3803..7013d8b022 100644 --- a/src/bin/agent/tests/ca_response_creator_unittests.cc +++ b/src/bin/agent/tests/ca_response_creator_unittests.cc @@ -111,7 +111,7 @@ public: 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.