diff options
author | Florin Peter <github@florin-peter.de> | 2013-05-18 21:12:53 +0200 |
---|---|---|
committer | Florin Peter <github@florin-peter.de> | 2013-05-18 21:12:53 +0200 |
commit | 6980f59b2fcb05cb1d888f03af60b440a58d47ab (patch) | |
tree | 33de98fcdf9c63e87c2013495be950f82eb1a1fe /apps/files_encryption/hooks | |
parent | 173332afccbc763fefdb47d6664afb1e46e48b66 (diff) | |
download | nextcloud-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.php | 2 |
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 {
|