mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Correct small typo to Crypt_Blowfish 3drparty fix oc-810
This commit is contained in:
parent
dfd5a9759c
commit
85dbfc8165
1 changed files with 1 additions and 1 deletions
2
3rdparty/Crypt_Blowfish/Blowfish.php
vendored
2
3rdparty/Crypt_Blowfish/Blowfish.php
vendored
|
|
@ -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')) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue