Correct typo in 363e168561.

This commit is contained in:
Chad Weider 2012-02-14 12:09:42 -08:00
parent e0d23e3c5d
commit 9837cda257

View file

@ -479,7 +479,7 @@ function hash(password, salt)
function generateSalt()
{
return randomstring(86);
return randomString(86);
}
function compare(hashStr, password)