aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/hooks
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/files_encryption/hooks
parent173332afccbc763fefdb47d6664afb1e46e48b66 (diff)
downloadnextcloud-server-6980f59b2fcb05cb1d888f03af60b440a58d47ab.tar.gz
nextcloud-server-6980f59b2fcb05cb1d888f03af60b440a58d47ab.zip
fixed typos
Diffstat (limited to 'apps/files_encryption/hooks')
-rw-r--r--apps/files_encryption/hooks/hooks.php2
1 files changed, 1 insertions, 1 deletions
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 {