Fixed a typo
[core.git] / inc / classes / main / user / class_BaseUser.php
index a26da5d5c3b5a04673b17f3b571899b43a01beb1..247b85af29c6167248cd485fb7dab930f4fe98e3 100644 (file)
@@ -112,9 +112,9 @@ class BaseUser extends BaseFrameworkSystem implements Updateable {
        }
 
        /**
-        * Determines wether the username exists or not
+        * Determines whether the username exists or not
         *
-        * @return      $exists         Wether the username exists
+        * @return      $exists         Whether the username exists
         */
        public function ifUsernameExists () {
                // By default the username does not exist
@@ -156,9 +156,9 @@ class BaseUser extends BaseFrameworkSystem implements Updateable {
        }
 
        /**
-        * Determines wether the email exists or not
+        * Determines whether the email exists or not
         *
-        * @return      $exists         Wether the email exists
+        * @return      $exists         Whether the email exists
         */
        public function ifEmailAddressExists () {
                // By default the email does not exist
@@ -213,7 +213,7 @@ class BaseUser extends BaseFrameworkSystem implements Updateable {
         * database.
         *
         * @param       $requestInstance        A requestable class instance
-        * @return      $matches                        Wether the supplied password hash matches
+        * @return      $matches                        Whether the supplied password hash matches
         */
        public function ifPasswordHashMatches (Requestable $requestInstance) {
                // By default nothing matches... ;)