summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorVolkan Gezer <wakeup@users.noreply.github.com>2014-09-19 18:22:09 +0200
committerVolkan Gezer <wakeup@users.noreply.github.com>2014-09-19 18:22:09 +0200
commit01808c8c847ff6bdde72b9d196690cf67ee72eee (patch)
treeb881d9da287d4dafcbefb2c5744c27cbef3bd200 /apps
parent61bb19eff03d28b3725a6ab4841b4c54b9517576 (diff)
downloadnextcloud-server-01808c8c847ff6bdde72b9d196690cf67ee72eee.tar.gz
nextcloud-server-01808c8c847ff6bdde72b9d196690cf67ee72eee.zip
fix typo
Diffstat (limited to 'apps')
-rwxr-xr-xapps/files_encryption/lib/crypt.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_encryption/lib/crypt.php b/apps/files_encryption/lib/crypt.php
index 7974598729e..c4fc29db03a 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