From 74611801dd525b6b30580061d1919c864330fc56 Mon Sep 17 00:00:00 2001
From: Robin Appelman <icewind@owncloud.com>
Date: Fri, 16 Nov 2012 17:41:38 +0100
Subject: [PATCH] typo

---
 lib/filecache.php | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/filecache.php b/lib/filecache.php
index 4a7dbd0250..1a6100481a 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) {
-- 
GitLab