]> source.dussan.org Git - nextcloud-server.git/commitdiff
Correct small typo to Crypt_Blowfish 3drparty fix oc-810
authorBrice Maron <brice@bmaron.net>
Fri, 25 May 2012 22:17:38 +0000 (22:17 +0000)
committerBrice Maron <brice@bmaron.net>
Fri, 25 May 2012 22:18:02 +0000 (22:18 +0000)
3rdparty/Crypt_Blowfish/Blowfish.php

index a7b8948f043679ce6c5870438d82ae4a4a6ba7ff..4ccacb963e3c535182eba8f5f74470c86abdfc6d 100644 (file)
@@ -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')) {