Correct typo in 363e168561.

pull/450/head
Chad Weider 2012-02-14 12:09:42 -08:00
parent e0d23e3c5d
commit 9837cda257
1 changed files with 1 additions and 1 deletions

View File

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