aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/exception/encryptionexception.php
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2015-01-19 15:57:53 +0100
committerMorris Jobke <hey@morrisjobke.de>2015-01-19 15:57:53 +0100
commit2229290cca65d4cc0ccb8ea5dba6a6b80c6bbded (patch)
tree7c2a757e87192b4284d1bc3a25d3557538dd27af /apps/files_encryption/exception/encryptionexception.php
parentc9db9523b16ccf300a7a093e8284750f3b92e95e (diff)
downloadnextcloud-server-2229290cca65d4cc0ccb8ea5dba6a6b80c6bbded.tar.gz
nextcloud-server-2229290cca65d4cc0ccb8ea5dba6a6b80c6bbded.zip
fix typo of blog -> changed to block
* fixes #13460
Diffstat (limited to 'apps/files_encryption/exception/encryptionexception.php')
-rw-r--r--apps/files_encryption/exception/encryptionexception.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_encryption/exception/encryptionexception.php b/apps/files_encryption/exception/encryptionexception.php
index 2fb679e91d2..24ffaff6f73 100644
--- a/apps/files_encryption/exception/encryptionexception.php
+++ b/apps/files_encryption/exception/encryptionexception.php
@@ -40,7 +40,7 @@ namespace OCA\Files_Encryption\Exception;
class EncryptionException extends \Exception {
const GENERIC = 10;
const UNEXPECTED_END_OF_ENCRYPTION_HEADER = 20;
- const UNEXPECTED_BLOG_SIZE = 30;
+ const UNEXPECTED_BLOCK_SIZE = 30;
const ENCRYPTION_HEADER_TO_LARGE = 40;
const UNKNOWN_CIPHER = 50;
const ENCRYPTION_FAILED = 60;