Code merged from ship-simu repository
[mailer.git] / inc / classes / interfaces / user / class_ManageableAccount.php
index 3e88853898be460170b5506a1655e807d507b61e..2dd07067be760c533a928f945b95cec21a880295 100644 (file)
@@ -37,8 +37,8 @@ interface ManageableAccount extends FrameworkInterface {
        function ifEmailAddressExists ();
 
        /**
-        * Checks if the supplied password hash in request matches with the stored
-        * in database.
+        * Checks if supplied password hash in request matches with stored in
+        * database.
         *
         * @param       $requestInstance        A requestable class instance
         * @return      $matches                        Wether the supplied password hash matches