commit | d885680948438cf59ad3d67820fb3ac2c6f7a8c6 | [log] [tgz] |
---|---|---|
author | Derek Allard <derek.allard@ellislab.com> | Thu May 24 03:49:37 2007 +0000 |
committer | Derek Allard <derek.allard@ellislab.com> | Thu May 24 03:49:37 2007 +0000 |
tree | 47892fb2628520494a66baf6c8527baa62d5a07d | |
parent | 3d378b1fc634f5def5399bee35f11752a5929e1c [diff] [blame] |
typo fix
diff --git a/system/libraries/Output.php b/system/libraries/Output.php index 743228e..756d4b4 100644 --- a/system/libraries/Output.php +++ b/system/libraries/Output.php
@@ -275,7 +275,7 @@ 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; }