Merge pull request #11184 from owncloud/typo

fix typo. closes #11132
This commit is contained in:
Morris Jobke 2014-09-19 21:39:03 +02:00
commit bdcf858eb8
1 changed files with 1 additions and 1 deletions

View File

@ -385,7 +385,7 @@ class Crypt {
// openssl_seal returns false without errors if $plainContent
// is empty, so trigger our own error
if (empty($plainContent)) {
throw new Exceptions\MultiKeyEncryptException('Cannot mutliKeyEncrypt empty plain content', 10);
throw new Exceptions\MultiKeyEncryptException('Cannot multiKeyEncrypt empty plain content', 10);
}
// Set empty vars to be set by openssl by reference