From: Francis Dupont Date: Thu, 5 Jan 2017 23:13:03 +0000 (+0100) Subject: [5088] Spelling + ref to RFC 2068 X-Git-Tag: trac5090_base~2^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17a4fb25ec8aa862e91d4363303d9942e3388995;p=thirdparty%2Fkea.git [5088] Spelling + ref to RFC 2068 --- diff --git a/src/lib/http/response.h b/src/lib/http/response.h index d635706aa2..a1d2cc8fb8 100644 --- a/src/lib/http/response.h +++ b/src/lib/http/response.h @@ -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.