Typos fixed and special command resolver are now possible
[shipsimu.git] / inc / classes / main / user / class_BaseUser.php
index 0e3dba9eebad03f3eda5152a232ec2278da47f18..b00a0730f4cfe6b1d4da5cc1057e25730e8f87bf 100644 (file)
@@ -213,8 +213,8 @@ class BaseUser extends BaseFrameworkSystem {
        }
 
        /**
-        * Checks if the supplied password hash in request matches with the stored
-        * in database.
+        * Checks if supplied password hash in request matches with the stored in
+        * database.
         *
         * @param       $requestInstance        A requestable class instance
         * @return      $matches                        Wether the supplied password hash matches