From 6980f59b2fcb05cb1d888f03af60b440a58d47ab Mon Sep 17 00:00:00 2001 From: Florin Peter Date: Sat, 18 May 2013 21:12:53 +0200 Subject: [PATCH] fixed typos --- apps/files_encryption/appinfo/spec.txt | 2 +- apps/files_encryption/hooks/hooks.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/files_encryption/appinfo/spec.txt b/apps/files_encryption/appinfo/spec.txt index 4a7b3fc6ad..ddd3983a9e 100644 --- a/apps/files_encryption/appinfo/spec.txt +++ b/apps/files_encryption/appinfo/spec.txt @@ -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 diff --git a/apps/files_encryption/hooks/hooks.php b/apps/files_encryption/hooks/hooks.php index 72334559b8..087ba3d893 100644 --- a/apps/files_encryption/hooks/hooks.php +++ b/apps/files_encryption/hooks/hooks.php @@ -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 {