summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorDerek Jones <derek.jones@ellislab.com>2008-10-09 20:46:13 +0200
committerDerek Jones <derek.jones@ellislab.com>2008-10-09 20:46:13 +0200
commitccfe9139d574f37163c81d8c7d2c73d6a53d3ab1 (patch)
tree500863ac3aed34db3b6e773e39230e63846fafd6 /system
parenta8664295b31968aa29556b93b13bb6a6080be19e (diff)
fixed spelling of existant to existent
Diffstat (limited to 'system')
-rw-r--r--system/libraries/Loader.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/libraries/Loader.php b/system/libraries/Loader.php
index 37cab318b..b30798f6b 100644
--- a/system/libraries/Loader.php
+++ b/system/libraries/Loader.php
@@ -891,8 +891,8 @@ class CI_Loader {
// Is the class name valid?
if ( ! class_exists($name))
{
- log_message('error', "Non-existant class: ".$name);
- show_error("Non-existant class: ".$class);
+ log_message('error', "Non-existent class: ".$name);
+ show_error("Non-existent class: ".$class);
}
// Set the variable name we will assign the class to