# HG changeset patch # User Louis Opter # Date 1269540319 -3600 # Node ID a93d94340fc710054a89d1e246d853f6377359d9 # Parent 22e5b6fb552f9e1f3aa7d3c688a1774d8acc1178 Clarify a comment diff -r 22e5b6fb552f -r a93d94340fc7 include/http/ITransaction.hpp --- 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 {