diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-11-16 17:41:38 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-11-16 17:41:38 +0100 |
commit | 74611801dd525b6b30580061d1919c864330fc56 (patch) | |
tree | 711275e103f98c243adae5b4f387bc9f69eb37a1 | |
parent | b03eca5ee2f0197162aad2dcb607a7c663cdd558 (diff) | |
download | nextcloud-server-74611801dd525b6b30580061d1919c864330fc56.tar.gz nextcloud-server-74611801dd525b6b30580061d1919c864330fc56.zip |
typo
-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) { |