]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: creator
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 16:05:42 +0000 (12:05 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 16:05:42 +0000 (12:05 -0400)
src/bin/agent/ca_response_creator.h
src/bin/agent/tests/ca_response_creator_unittests.cc

index 152431f987a9e3fc55c920ba3d6481bb0c6ced74..fe82d3ea0a12091deba058bfa4e587b9fa5dda43 100644 (file)
@@ -19,7 +19,7 @@ class CtrlAgentResponseCreator;
 /// @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
index d4911b38039ea6c40d771ec99cde5ae160da4783..7013d8b02256e2043b00d8abb47231f5dc6d4f3e 100644 (file)
@@ -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.