]> source.dussan.org Git - nextcloud-server.git/commitdiff
typo
authorRobin Appelman <icewind@owncloud.com>
Fri, 16 Nov 2012 16:41:38 +0000 (17:41 +0100)
committerRobin Appelman <icewind@owncloud.com>
Fri, 16 Nov 2012 16:41:38 +0000 (17:41 +0100)
lib/filecache.php

index 4a7dbd0250d68ad1f9ab30eed8c75933588e3f36..1a6100481adf0a39f8d962278f11024195b9c934 100644 (file)
@@ -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) {