Code merged from ship-simu repository
[mailer.git] / inc / classes / interfaces / resolver / actions / class_ActionResolver.php
index 956d2b8cc2f84620495e53615b7e5f196295ec3d..7a12f3d0c94518c8fc626b33bc2eaf3307d120a8 100644 (file)
@@ -42,7 +42,7 @@ interface ActionResolver extends Resolver {
         *
         * @param       $actionName             The default action we shall execute
         * @return      $isValid                Wether the given action is valid
-        * @throws      EmptyVariableException  Thrown if the given action is not set
+        * @throws      EmptyVariableException  Thrown if given action is not set
         */
        function isActionValid ($actionName);
 }