changeset 52:a93d94340fc7

Clarify a comment
author Louis Opter <kalessin@kalessin.fr>
date Thu, 25 Mar 2010 19:05:19 +0100
parents 22e5b6fb552f
children e16869cd9773
files include/http/ITransaction.hpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/include/http/ITransaction.hpp	Thu Mar 25 13:44:44 2010 +0100
+++ b/include/http/ITransaction.hpp	Thu Mar 25 19:05:19 2010 +0100
@@ -20,7 +20,7 @@
              *
              * @note We do not provide different interfaces for the request and
              * the response handlers, to avoid code duplication. It is up to
-             * the module not to modify carelessly the request or the response.
+             * the module to modify carefully the request or the response.
              */
             class   ITransaction
             {