From 7f58b0ef7ce22eb4b5666f1cd4b71de95392923f Mon Sep 17 00:00:00 2001 From: joel hansson <joel.hansson@gmail.com> Date: Wed, 1 May 2013 12:29:15 +0300 Subject: [PATCH] typo fix in a comment. --- lib/user/database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/user/database.php b/lib/user/database.php index ea938790d2..63c64ed43d 100644 --- a/lib/user/database.php +++ b/lib/user/database.php @@ -46,7 +46,7 @@ class OC_User_Database extends OC_User_Backend { private function getHasher() { if(!self::$hasher) { - //we don't want to use DES based crypt(), since it doesn't return a has with a recognisable prefix + //we don't want to use DES based crypt(), since it doesn't return a hash with a recognisable prefix $forcePortable=(CRYPT_BLOWFISH!=1); self::$hasher=new PasswordHash(8, $forcePortable); } -- GitLab