]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/helper/class_BaseHelper.php
Fixed a typo
[core.git] / inc / classes / main / helper / class_BaseHelper.php
index 143923c6b6303c5dcf646e2e0b2103864aa57945..c03a4429adac65e5283cf287adb566ac37c7ec6d 100644 (file)
@@ -428,10 +428,10 @@ class BaseHelper extends BaseFrameworkSystem {
        }
 
        /**
-        * Checks wether the specified group is opened
+        * Checks whether the specified group is opened
         *
         * @param       $groupId        Id of group to check
-        * @return      $isOpened       Wether the specified group is open
+        * @return      $isOpened       Whether the specified group is open
         */
        protected function ifGroupIsOpened ($groupId) {
                // Is the group open?
@@ -479,9 +479,9 @@ class BaseHelper extends BaseFrameworkSystem {
        }
 
        /**
-        * Check wether a group was opened previously
+        * Check whether a group was opened previously
         *
-        * @return      $groupOpened    Wether any group was opened before
+        * @return      $groupOpened    Whether any group was opened before
         */
        protected final function ifGroupOpenedPreviously () {
                $groupOpened = (!empty($this->previousGroupId));
@@ -489,9 +489,9 @@ class BaseHelper extends BaseFrameworkSystem {
        }
 
        /**
-        * Check wether a group was opened previously
+        * Check whether a group was opened previously
         *
-        * @return      $subGroupOpened         Wether any group was opened before
+        * @return      $subGroupOpened         Whether any group was opened before
         */
        protected final function ifSubGroupOpenedPreviously () {
                $subGroupOpened = (!empty($this->previousSubGroupId));