diff options
author | Chad Weider <cweider@oofn.net> | 2012-02-14 12:09:42 -0800 |
---|---|---|
committer | Chad Weider <cweider@oofn.net> | 2012-02-14 12:09:47 -0800 |
commit | 9837cda257ec92794aca59d4c747cac2527137a6 (patch) | |
tree | 72cf42db6ede305682b02b5888453f8033888389 /node/db | |
parent | e0d23e3c5d9feb1fc4ff88fa923bb6d1fa1aae18 (diff) | |
download | etherpad-lite-9837cda257ec92794aca59d4c747cac2527137a6.zip |
Correct typo in 363e1685618b1bb05802a221021549eb0ee7a3bd.
Diffstat (limited to 'node/db')
-rw-r--r-- | node/db/Pad.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/db/Pad.js b/node/db/Pad.js index 99a53143..40875eff 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) |