summaryrefslogtreecommitdiffstats
path: root/system/libraries/Output.php
diff options
context:
space:
mode:
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;
}