summaryrefslogtreecommitdiffstats
path: root/system/core/Common.php
diff options
context:
space:
mode:
authormult1mate <multimate.abs@gmail.com>2015-04-08 15:03:31 +0200
committermult1mate <multimate.abs@gmail.com>2015-04-08 15:03:31 +0200
commit5c58e6744c9cf616d93f6f12255e0fc70c751341 (patch)
tree46b3df2d0557a75f051c6c1fbc4a2872b3dfacfd /system/core/Common.php
parent475dfac090505832719cb6ff4ff13ab7ac655fbb (diff)
typo
Diffstat (limited to 'system/core/Common.php')
-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';