fixed typos

This commit is contained in:
Florin Peter 2013-05-18 21:12:53 +02:00
parent 173332afcc
commit 6980f59b2f
2 changed files with 2 additions and 2 deletions

View 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

View File

@ -320,7 +320,7 @@ class Hooks {
$sharingEnabled = \OCP\Share::isEnabled();
// if a folder was shared, get a list if all (sub-)folders
// if a folder was shared, get a list of all (sub-)folders
if ($params['itemType'] === 'folder') {
$allFiles = $util->getAllFiles($path);
} else {