From 9837cda257ec92794aca59d4c747cac2527137a6 Mon Sep 17 00:00:00 2001 From: Chad Weider Date: Tue, 14 Feb 2012 12:09:42 -0800 Subject: [PATCH] Correct typo in 363e1685618b1bb05802a221021549eb0ee7a3bd. --- node/db/Pad.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/db/Pad.js b/node/db/Pad.js index 99a53143c..40875effb 100644 --- a/node/db/Pad.js +++ b/node/db/Pad.js @@ -479,7 +479,7 @@ function hash(password, salt) function generateSalt() { - return randomstring(86); + return randomString(86); } function compare(hashStr, password)