Browse Source

[5088] Spelling + ref to RFC 2068

Francis Dupont 8 years ago
parent
commit
17a4fb25ec
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/lib/http/response.h

+ 2 - 2
src/lib/http/response.h

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