summaryrefslogtreecommitdiffstats
path: root/system/libraries/Output.php
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2007-05-24 05:49:37 +0200
committerDerek Allard <derek.allard@ellislab.com>2007-05-24 05:49:37 +0200
commitd885680948438cf59ad3d67820fb3ac2c6f7a8c6 (patch)
tree47892fb2628520494a66baf6c8527baa62d5a07d /system/libraries/Output.php
parent3d378b1fc634f5def5399bee35f11752a5929e1c (diff)
typo fix
Diffstat (limited to 'system/libraries/Output.php')
-rw-r--r--system/libraries/Output.php2
1 files changed, 1 insertions, 1 deletions
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;
}