]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[5088] Spelling + ref to RFC 2068
authorFrancis Dupont <fdupont@isc.org>
Thu, 5 Jan 2017 23:13:03 +0000 (00:13 +0100)
committerFrancis Dupont <fdupont@isc.org>
Thu, 5 Jan 2017 23:13:03 +0000 (00:13 +0100)
src/lib/http/response.h

index d635706aa21fa9d16f546ec4a17e2aa30d725682..a1d2cc8fb8a14884469eb5163aec4b69438e4509 100644 (file)
@@ -25,7 +25,7 @@ public:
         isc::Exception(file, line, what) { };
 };
 
-/// @brief HTTP status codes.
+/// @brief HTTP status codes (cf RFC 2068)
 enum class HttpStatusCode : std::uint16_t {
     OK = 200,
     CREATED = 201,
@@ -49,7 +49,7 @@ enum class HttpStatusCode : std::uint16_t {
 /// constructor should call its @c setGenericBody method during construction.
 struct CallSetGenericBody {
 
-    /// @brief Contrsuctor.
+    /// @brief Constructor.
     ///
     /// @param set A boolean value indicating if the method should be called
     /// or not.