diff options
-rw-r--r-- | lib/filecache.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/filecache.php b/lib/filecache.php index 4a7dbd0250d..1a6100481ad 100644 --- a/lib/filecache.php +++ b/lib/filecache.php @@ -362,9 +362,9 @@ class OC_FileCache{ /** * recursively scan the filesystem and fill the cache * @param string $path - * @param OC_EventSource $enventSource (optional) - * @param int count (optional) - * @param string root (optional) + * @param OC_EventSource $eventSource (optional) + * @param int $count (optional) + * @param string $root (optional) */ public static function scan($path, $eventSource=false,&$count=0, $root=false) { if($eventSource) { |