Browse Source

spelling: creator

Josh Soref 7 years ago
parent
commit
2d3eac7225

+ 1 - 1
src/bin/agent/ca_response_creator.h

@@ -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

+ 1 - 1
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.