Code merged from ship-simu repository
[mailer.git] / inc / classes / interfaces / resolver / commands / class_CommandResolver.php
index dd2ff064182896331a52777a7c0ed00002bf1441..d7f3976a655a752f1ed473d3bee73b213d00ca0e 100644 (file)
@@ -35,7 +35,7 @@ interface CommandResolver extends Resolver {
         *
         * @param       $commandName    The default command we shall execute
         * @return      $isValid                Wether the given command is valid
-        * @throws      EmptyVariableException  Thrown if the given command is not set
+        * @throws      EmptyVariableException  Thrown if given command is not set
         */
        function isCommandValid ($commandName);
 }