Fixed a typo
[core.git] / inc / classes / main / resolver / action / class_BaseActionResolver.php
index d7d309cd21e6c70878844955c2bb5dbfbfa79a1e..4196b274f79eb21be8cc20a117e8e1fc9bf5d2e0 100644 (file)
@@ -58,10 +58,10 @@ class BaseActionResolver extends BaseResolver {
        }
 
        /**
-        * Checks wether the given action is valid
+        * Checks whether the given action is valid
         *
         * @param       $actionName     The default action we shall execute
-        * @return      $isValid                Wether the given action is valid
+        * @return      $isValid                Whether the given action is valid
         * @throws      EmptyVariableException  Thrown if given action is not set
         */
        public function isActionValid ($actionName) {