# HG changeset patch # User daedric # Date 1269336837 -3600 # Node ID 1e63e52573a01be5b941e30fe32a02d6a6e90cd4 # Parent d422e56b61ba87e2d646d08f6044cf697116614a Fix typo diff -r d422e56b61ba -r 1e63e52573a0 include/http/IHeader.hpp --- a/include/http/IHeader.hpp Mon Mar 22 18:24:17 2010 +0100 +++ b/include/http/IHeader.hpp Tue Mar 23 10:33:57 2010 +0100 @@ -27,7 +27,7 @@ * @param [in] k The key. * @param [in,out] value Where the value will be copied. * - * @return If the key does not exist return false otherwise + * @return If the key does not exist return false, otherwise * return true. */ virtual bool getValue(const Key & k, Value & value) const = 0; diff -r d422e56b61ba -r 1e63e52573a0 include/http/IRequest.hpp --- a/include/http/IRequest.hpp Mon Mar 22 18:24:17 2010 +0100 +++ b/include/http/IRequest.hpp Tue Mar 23 10:33:57 2010 +0100 @@ -64,7 +64,7 @@ /** * @brief Get HTTP headers. * - * @return The http headers. + * @return The HTTP headers. * * @see IHeader */ @@ -73,7 +73,7 @@ /** * @brief Get HTTP headers. * - * @return the http headers. + * @return the HTTP headers. * * @see IHeader */ diff -r d422e56b61ba -r 1e63e52573a0 include/http/IResponse.hpp --- a/include/http/IResponse.hpp Mon Mar 22 18:24:17 2010 +0100 +++ b/include/http/IResponse.hpp Tue Mar 23 10:33:57 2010 +0100 @@ -80,7 +80,7 @@ /** * @brief Get HTTP headers associated with the response. * - * @return The http headers. + * @return The HTTP headers. * * @see IHeader */