From 2229290cca65d4cc0ccb8ea5dba6a6b80c6bbded Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Mon, 19 Jan 2015 15:57:53 +0100 Subject: fix typo of blog -> changed to block * fixes #13460 --- apps/files_encryption/lib/stream.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/files_encryption/lib/stream.php') diff --git a/apps/files_encryption/lib/stream.php b/apps/files_encryption/lib/stream.php index b039e808c24..644ac895a8f 100644 --- a/apps/files_encryption/lib/stream.php +++ b/apps/files_encryption/lib/stream.php @@ -260,7 +260,7 @@ class Stream { if ($count !== Crypt::BLOCKSIZE) { \OCP\Util::writeLog('Encryption library', 'PHP "bug" 21641 no longer holds, decryption system requires refactoring', \OCP\Util::FATAL); - throw new EncryptionException('expected a blog size of 8192 byte', EncryptionException::UNEXPECTED_BLOG_SIZE); + throw new EncryptionException('expected a block size of 8192 byte', EncryptionException::UNEXPECTED_BLOCK_SIZE); } // Get the data from the file handle -- cgit v1.2.3