Fixed a typo
[core.git] / inc / classes / main / resolver / command / class_BaseCommandResolver.php
index 53775f6b9958def3cfd44500b8cc8767ad57ee5c..d767d2906080bcdaa4a05d472c2933f84be129f7 100644 (file)
@@ -58,10 +58,10 @@ class BaseCommandResolver extends BaseResolver {
        }
 
        /**
-        * 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
         */
        public function isCommandValid ($commandName) {