summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption
diff options
context:
space:
mode:
authorGeorg Ehrke <dev@georgswebsite.de>2012-03-21 11:57:15 +0100
committerGeorg Ehrke <dev@georgswebsite.de>2012-03-21 17:43:09 +0100
commit5b03de9a66cf418ea2f269c9f061f44ca2146eb7 (patch)
tree1f4f4afbc85383a21fb66ca83f0f529da8533c16 /apps/files_encryption
parentd91bc9b317b440a0720fe9b7ca3f43538d840af8 (diff)
downloadnextcloud-server-5b03de9a66cf418ea2f269c9f061f44ca2146eb7.tar.gz
nextcloud-server-5b03de9a66cf418ea2f269c9f061f44ca2146eb7.zip
fix comments in crypt lib
Diffstat (limited to 'apps/files_encryption')
-rw-r--r--apps/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 0a593b98c4b..246d4f672db 100644
--- a/apps/files_encryption/lib/crypt.php
+++ b/apps/files_encryption/lib/crypt.php
@@ -26,7 +26,7 @@
// - Crypt/decrypt button in the userinterface
// - Setting if crypto should be on by default
// - Add a setting "DonĀ“t encrypt files larger than xx because of performance reasons"
-// - Transparent decrypt/encrpt in filesystem.php. Autodetect if a file is encrypted (.encrypted extensio)
+// - Transparent decrypt/encrypt in filesystem.php. Autodetect if a file is encrypted (.encrypted extension)
// - Don't use a password directly as encryption key. but a key which is stored on the server and encrypted with the user password. -> password change faster
// - IMPORTANT! Check if the block lenght of the encrypted data stays the same