diff options
Diffstat (limited to 'lib/public/files/cache/iscanner.php')
-rw-r--r-- | lib/public/files/cache/iscanner.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/public/files/cache/iscanner.php b/lib/public/files/cache/iscanner.php index 6f7309d01e3..47e33a98bae 100644 --- a/lib/public/files/cache/iscanner.php +++ b/lib/public/files/cache/iscanner.php @@ -22,7 +22,7 @@ namespace OCP\Files\Cache; /** - * Scan files form the storage and save to the cache + * Scan files from the storage and save to the cache * * @since 9.0.0 */ @@ -49,7 +49,7 @@ interface IScanner { public function scanFile($file, $reuseExisting = 0, $parentId = -1, $cacheData = null, $lock = true); /** - * scan a folder and all it's children + * scan a folder and all its children * * @param string $path * @param bool $recursive |