X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Finterfaces%2Fpoints%2Fclass_BookablePoints.php;h=a62bd63e159277cf292094bcd82a0cb97953736e;hp=a2e088c536b6f65df13b18cc0a47748afcf37b48;hb=08330903ee5bd8ea967622ff7473d13dff19beb5;hpb=ea5dc08a39c1d89c3d260021a2f033151aec7d78 diff --git a/inc/classes/interfaces/points/class_BookablePoints.php b/inc/classes/interfaces/points/class_BookablePoints.php index a2e088c5..a62bd63e 100644 --- a/inc/classes/interfaces/points/class_BookablePoints.php +++ b/inc/classes/interfaces/points/class_BookablePoints.php @@ -23,10 +23,10 @@ */ 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);