From d885680948438cf59ad3d67820fb3ac2c6f7a8c6 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Thu, 24 May 2007 03:49:37 +0000 Subject: typo fix --- system/libraries/Output.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system') diff --git a/system/libraries/Output.php b/system/libraries/Output.php index 743228e53..756d4b4cc 100644 --- a/system/libraries/Output.php +++ b/system/libraries/Output.php @@ -275,7 +275,7 @@ class CI_Output { if ( ! $fp = @fopen($cache_path, 'wb')) { - log_message('error', "Unable to write ache file: ".$cache_path); + log_message('error', "Unable to write cache file: ".$cache_path); return; } -- cgit v1.2.3-24-g4f1b