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