summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2015-04-08 16:17:57 +0200
committerAndrey Andreev <narf@devilix.net>2015-04-08 16:17:57 +0200
commit0531744e693dbd90b92787cb6dec1f630c6fa97f (patch)
tree46b3df2d0557a75f051c6c1fbc4a2872b3dfacfd /system
parent475dfac090505832719cb6ff4ff13ab7ac655fbb (diff)
parent5c58e6744c9cf616d93f6f12255e0fc70c751341 (diff)
Merge pull request #3748 from MUlt1mate/develop
[ci skip] Fix a comment typo
Diffstat (limited to 'system')
-rw-r--r--system/core/Common.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/Common.php b/system/core/Common.php
index f28272b5b..a96828e96 100644
--- a/system/core/Common.php
+++ b/system/core/Common.php
@@ -181,7 +181,7 @@ if ( ! function_exists('load_class'))
// Did we find the class?
if ($name === FALSE)
{
- // Note: We use exit() rather then show_error() in order to avoid a
+ // Note: We use exit() rather than show_error() in order to avoid a
// self-referencing loop with the Exceptions class
set_status_header(503);
echo 'Unable to locate the specified class: '.$class.'.php';