From: Robin Appelman Date: Fri, 16 Nov 2012 16:41:38 +0000 (+0100) Subject: typo X-Git-Tag: v5.0.0alpha1~417^2~2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=74611801dd525b6b30580061d1919c864330fc56;p=nextcloud-server.git typo --- 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) {