]> source.dussan.org Git - nextcloud-server.git/commitdiff
fixed typos
authorFlorin Peter <github@florin-peter.de>
Sat, 18 May 2013 19:12:53 +0000 (21:12 +0200)
committerFlorin Peter <github@florin-peter.de>
Sat, 18 May 2013 19:12:53 +0000 (21:12 +0200)
apps/files_encryption/appinfo/spec.txt
apps/files_encryption/hooks/hooks.php

index 4a7b3fc6adeeb19b55faf5a9cc42610a3c122ed1..ddd3983a9eba2f2e33850d0fe57532093e7c7584 100644 (file)
@@ -16,7 +16,7 @@ Encrypted files
   - Sharekey are stored in /data/user/files_encryption/share-files
   
 - File extensions:
-  - Catfiles have keep the file extension of the original file, pre-encryption
+  - Catfiles have to keep the file extension of the original file, pre-encryption
   - Keyfiles use .keyfile
   - Sharekeys have .shareKey
   
index 72334559b8ce36ec28da4252717c7abc4ba1dbef..087ba3d893cbfa73a56b75f95443aee5e24652a3 100644 (file)
@@ -320,7 +320,7 @@ class Hooks {
 \r
                        $sharingEnabled = \OCP\Share::isEnabled();\r
 \r
-                       // if a folder was shared, get a list if all (sub-)folders\r
+                       // if a folder was shared, get a list of all (sub-)folders\r
                        if ($params['itemType'] === 'folder') {\r
                                $allFiles = $util->getAllFiles($path);\r
                        } else {\r