]> git.mxchange.org Git - core.git/blobdiff - inc/classes/interfaces/resolver/commands/class_CommandResolver.php
Fixed a typo
[core.git] / inc / classes / interfaces / resolver / commands / class_CommandResolver.php
index 24a8547afbec8055913bb8264a61c562d0f1e001..03821b63e15d4d1941aee163edff1d6fdcf424da 100644 (file)
@@ -31,10 +31,10 @@ interface CommandResolver extends Resolver {
        function resolveCommandByRequest (Requestable $requestInstance);
 
        /**
-        * Checks wether the given command is valid
+        * Checks whether the given command is valid
         *
         * @param       $commandName    The default command we shall execute
-        * @return      $isValid                Wether the given command is valid
+        * @return      $isValid                Whether the given command is valid
         * @throws      EmptyVariableException  Thrown if given command is not set
         */
        function isCommandValid ($commandName);