changeset 21:e2c0396cfb29

fix in the comments of the rot13 module
author Zoltan K
date Sun, 21 Mar 2010 10:00:26 +0100
parents 0a0275d9c731
children 18ca9800e906
files src/examples/rot13/Rot13Handler.hpp
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/examples/rot13/Rot13Handler.hpp	Sun Mar 21 09:59:09 2010 +0100
+++ b/src/examples/rot13/Rot13Handler.hpp	Sun Mar 21 10:00:26 2010 +0100
@@ -41,8 +41,8 @@
      ** @brief This is the method we will call in our example.
      ** It is the same as the functor defined in the interface,
      ** except there is no ITransaction parameter.
-     ** @param [in] input stream where to read data
-     ** @param [in] ouput stream where to write data
+     ** @param [in] is input stream where to read data
+     ** @param [in] os ouput stream where to write data
      ** @return an integer TODO define an enum XXX
      */
     int     operator()(std::istream & is,