changeset 49:1e63e52573a0

Fix typo
author daedric <d43dr1c@gmail.com>
date Tue, 23 Mar 2010 10:33:57 +0100
parents d422e56b61ba
children 307d75820a2d
files include/http/IHeader.hpp include/http/IRequest.hpp include/http/IResponse.hpp
diffstat 3 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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;
--- 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
                  */
--- 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
                  */