From: Brice Maron Date: Fri, 25 May 2012 22:17:38 +0000 (+0000) Subject: Correct small typo to Crypt_Blowfish 3drparty fix oc-810 X-Git-Tag: v4.5.0beta1~74^2~429^2~5 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=85dbfc8165f4249ec0cdf3ab6f8b203ed512b6ca;p=nextcloud-server.git Correct small typo to Crypt_Blowfish 3drparty fix oc-810 --- diff --git a/3rdparty/Crypt_Blowfish/Blowfish.php b/3rdparty/Crypt_Blowfish/Blowfish.php index a7b8948f043..4ccacb963e3 100644 --- a/3rdparty/Crypt_Blowfish/Blowfish.php +++ b/3rdparty/Crypt_Blowfish/Blowfish.php @@ -221,7 +221,7 @@ class Crypt_Blowfish function decrypt($cipherText) { if (!is_string($cipherText)) { - PEAR::raiseError('Chiper text must be a string', 1, PEAR_ERROR_DIE); + PEAR::raiseError('Cipher text must be a string', 1, PEAR_ERROR_DIE); } if (extension_loaded('mcrypt')) {