diff options
author | Derek Allard <derek.allard@ellislab.com> | 2007-05-24 05:49:37 +0200 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2007-05-24 05:49:37 +0200 |
commit | d885680948438cf59ad3d67820fb3ac2c6f7a8c6 (patch) | |
tree | 47892fb2628520494a66baf6c8527baa62d5a07d /system/libraries | |
parent | 3d378b1fc634f5def5399bee35f11752a5929e1c (diff) |
typo fix
Diffstat (limited to 'system/libraries')
-rw-r--r-- | system/libraries/Output.php | 2 |
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;
}
|