Typos fixed and special command resolver are now possible
[shipsimu.git] / inc / classes / interfaces / crypto / class_Cryptable.php
index 3d6f600006866c9308d21aa4d641b0865a9b647e..9bb607587d9ee0b9e212714f0cab056ce885a3f4 100644 (file)
@@ -25,8 +25,8 @@ interface Cryptable extends FrameworkInterface {
        /**
         * Hashes a string with salt and returns the hash. If an old previous hash
         * is supplied the method will use the first X chars of that hash for hashing
-        * the password. This is useful if you want to check if the password is
-        * identical for authorization purposes.
+        * the password. This is useful if you want to check if password is identical
+        * for authorization purposes.
         *
         * @param       $str            Unhashed string
         * @param       $oldHash        A hash from previous hashed string