diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2012-07-11 20:02:09 +0200 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2012-07-11 20:02:09 +0200 |
commit | f82914a62a36fcd758efa98deb499d581207b3b8 (patch) | |
tree | e40bad4aa6219d8e375f4a513f98763535f908ff | |
parent | 78e5fdfe4399975b75b8697f64e270b1799ee2f1 (diff) | |
parent | fe8fe45c22112972996d04f24e432514b6458a78 (diff) |
Merge pull request #1607 from vlakoff/develop
Fix a typo in Common.php
-rw-r--r-- | system/core/Common.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/Common.php b/system/core/Common.php index 7e93ed46d..06b162264 100644 --- a/system/core/Common.php +++ b/system/core/Common.php @@ -172,7 +172,7 @@ if ( ! function_exists('load_class')) 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'); } |