summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorFlorin Peter <github@florin-peter.de>2013-05-18 21:12:53 +0200
committerFlorin Peter <github@florin-peter.de>2013-05-18 21:12:53 +0200
commit6980f59b2fcb05cb1d888f03af60b440a58d47ab (patch)
tree33de98fcdf9c63e87c2013495be950f82eb1a1fe /apps
parent173332afccbc763fefdb47d6664afb1e46e48b66 (diff)
downloadnextcloud-server-6980f59b2fcb05cb1d888f03af60b440a58d47ab.tar.gz
nextcloud-server-6980f59b2fcb05cb1d888f03af60b440a58d47ab.zip
fixed typos
Diffstat (limited to 'apps')
-rw-r--r--apps/files_encryption/appinfo/spec.txt2
-rw-r--r--apps/files_encryption/hooks/hooks.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_encryption/appinfo/spec.txt b/apps/files_encryption/appinfo/spec.txt
index 4a7b3fc6ade..ddd3983a9eb 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 72334559b8c..087ba3d893c 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 {