Fixed a typo
[core.git] / inc / classes / interfaces / points / class_BookablePoints.php
index a2e088c536b6f65df13b18cc0a47748afcf37b48..a62bd63e159277cf292094bcd82a0cb97953736e 100644 (file)
  */
 interface BookablePoints extends FrameworkInterface {
        /**
-        * Checks wether the user has the required amount of points left for the specified action
+        * Checks whether the user has the required amount of points left for the specified action
         *
         * @param       $action                 The action or configuration entry plus prefix the user wants to perform
-        * @return      $hasRequired    Wether the user has the required points
+        * @return      $hasRequired    Whether the user has the required points
         */
        function ifUserHasRequiredPoints ($action);