contentstorage/cahandler/tapp/src/catapphandler.cpp
changeset 98 d2f833ab7940
parent 96 5d243a69bdda
child 116 305818acdca4
--- a/contentstorage/cahandler/tapp/src/catapphandler.cpp	Tue Jun 01 11:30:17 2010 +0300
+++ b/contentstorage/cahandler/tapp/src/catapphandler.cpp	Fri Jun 11 16:13:51 2010 +0300
@@ -58,7 +58,7 @@
  Uses XQApplicationManager
  \param entry Subject of the \a command.
  \param command Description of the command.
- \return Error code described in QSERVICEMANAGER.H
+ \retval Error code described in QSERVICEMANAGER.H
  */
 int CaTappHandler::execute(const CaEntry& entry, const QString& command)
 {
@@ -78,7 +78,7 @@
             }
         }
     } else {
-        // TODO: error code cleanning and appropriate conversion (in other classes too).
+        // TODO: error code cleanning and an appropriate conversion (in other classes too).
         static const int NotSupportedErrorCode = 100;
         error = NotSupportedErrorCode;
     }