Skip to content

Commit

Permalink
Merge pull request #1607 from vlakoff/develop
Browse files Browse the repository at this point in the history
Fix a typo in Common.php
  • Loading branch information
Phil Sturgeon committed Jul 11, 2012
2 parents 78e5fdf + fe8fe45 commit f82914a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/core/Common.php
Expand Up @@ -172,7 +172,7 @@ function &load_class($class, $directory = 'libraries', $prefix = 'CI_')
if ($name === FALSE)
{
// Note: We use exit() rather then show_error() in order to avoid a
// self-referencing loop with the Excptions class
// self-referencing loop with the Exceptions class
set_status_header(503);
exit('Unable to locate the specified class: '.$class.'.php');
}
Expand Down

0 comments on commit f82914a

Please sign in to comment.