]> git.mxchange.org Git - core.git/blobdiff - inc/classes/interfaces/resolver/state/class_StateResolver.php
Fixed a typo
[core.git] / inc / classes / interfaces / resolver / state / class_StateResolver.php
index d94d34a67f9348fd88e9423df46a954cf99c3e95..b225a317c4826c254b2596b10a0a22ebade7d51b 100644 (file)
@@ -33,10 +33,10 @@ interface StateResolver extends Resolver {
        static function resolveStateByPackage (ConnectionHelper $helperInstance, array $packageData, $socketResource);
 
        /**
-        * Checks wether the given state is valid
+        * Checks whether the given state is valid
         *
         * @param       $stateName      The default state we shall execute
-        * @return      $isValid        Wether the given state is valid
+        * @return      $isValid        Whether the given state is valid
         * @throws      EmptyVariableException  Thrown if given state is not set
         */
        function isStateValid ($stateName);