From 01808c8c847ff6bdde72b9d196690cf67ee72eee Mon Sep 17 00:00:00 2001 From: Volkan Gezer Date: Fri, 19 Sep 2014 18:22:09 +0200 Subject: [PATCH] fix typo --- apps/files_encryption/lib/crypt.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/files_encryption/lib/crypt.php b/apps/files_encryption/lib/crypt.php index 7974598729..c4fc29db03 100755 --- a/apps/files_encryption/lib/crypt.php +++ b/apps/files_encryption/lib/crypt.php @@ -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