Skip to content
Snippets Groups Projects
Commit 85dbfc81 authored by Brice Maron's avatar Brice Maron
Browse files

Correct small typo to Crypt_Blowfish 3drparty fix oc-810

parent dfd5a975
No related branches found
No related tags found
No related merge requests found
...@@ -221,7 +221,7 @@ class Crypt_Blowfish ...@@ -221,7 +221,7 @@ class Crypt_Blowfish
function decrypt($cipherText) function decrypt($cipherText)
{ {
if (!is_string($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')) { if (extension_loaded('mcrypt')) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment