]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix typo in log message
authorMichael Gapczynski <GapczynskiM@gmail.com>
Fri, 1 Jun 2012 19:15:05 +0000 (15:15 -0400)
committerMichael Gapczynski <GapczynskiM@gmail.com>
Fri, 1 Jun 2012 19:15:05 +0000 (15:15 -0400)
lib/filecache.php

index a94349e19cb9c58387f3477384282c238cab61a3..a29e29928a84d19743d659141aa542af020ae15d 100644 (file)
@@ -419,7 +419,7 @@ class OC_FileCache{
                        }
                        return $result;
                }else{
-                       OC_Log::write('files','getChached(): file not found in cache ('.$path.')',OC_Log::DEBUG);
+                       OC_Log::write('files','getCached(): file not found in cache ('.$path.')',OC_Log::DEBUG);
                        if(isset(self::$savedData[$path])){
                                return self::$savedData[$path];
                        }else{