Typo in method fixed
authorRoland Häder <roland@mxchange.org>
Thu, 29 Oct 2009 21:39:39 +0000 (21:39 +0000)
committerRoland Häder <roland@mxchange.org>
Thu, 29 Oct 2009 21:39:39 +0000 (21:39 +0000)
inc/classes/cachesystem.class.php

index 0a58a1dd31d788e88bd734045cd2b35db2b172c9..89b7998102c83ff88860808563ab0ec106d89d8b 100644 (file)
@@ -175,7 +175,7 @@ class CacheSystem {
                                        }
                                } else {
                                        // Finialize the cache and close it
-                                       $this->finialize();
+                                       $this->finalize();
 
                                        // Remove cache
                                        $this->removeCacheFile(true);