diff options
author | Robin Appelman <icewind@owncloud.com> | 2014-11-10 16:00:08 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2014-11-27 15:25:53 +0100 |
commit | abb6e89c5d83102c2838bd6a48b5bf6e73e9660d (patch) | |
tree | b2fab37864f6f904c4560bf111dcbf6d72e69401 /lib/private/files/cache/cache.php | |
parent | a2172786a8cbdcac58906df03713f21a98694119 (diff) | |
download | nextcloud-server-abb6e89c5d83102c2838bd6a48b5bf6e73e9660d.tar.gz nextcloud-server-abb6e89c5d83102c2838bd6a48b5bf6e73e9660d.zip |
Add storage and cache wrappers to jail a storage to a subfolder
Diffstat (limited to 'lib/private/files/cache/cache.php')
-rw-r--r-- | lib/private/files/cache/cache.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/files/cache/cache.php b/lib/private/files/cache/cache.php index 2c12f834518..4157da2281c 100644 --- a/lib/private/files/cache/cache.php +++ b/lib/private/files/cache/cache.php @@ -585,7 +585,7 @@ class Cache { /** * find a folder in the cache which has not been fully scanned * - * If multiply incomplete folders are in the cache, the one with the highest id will be returned, + * If multiple incomplete folders are in the cache, the one with the highest id will be returned, * use the one with the highest id gives the best result with the background scanner, since that is most * likely the folder where we stopped scanning previously * |