summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2007-02-07 00:45:33 +0100
committerDerek Allard <derek.allard@ellislab.com>2007-02-07 00:45:33 +0100
commit655bc02b4992d0ed764363f8181459d6390be24b (patch)
treeddc536d7deae25882da31b59dfaab6a9cfff3b62 /system
parentc4e9dc961c67084294d1050545c451ba0319fbb5 (diff)
fixed grammer error in show_error message
Diffstat (limited to 'system')
-rw-r--r--system/libraries/Loader.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Loader.php b/system/libraries/Loader.php
index d11630712..aede38d7a 100644
--- a/system/libraries/Loader.php
+++ b/system/libraries/Loader.php
@@ -526,7 +526,7 @@ class CI_Loader {
{
if ($table === FALSE)
{
- show_error('You must include the name of the table you would like access when you initialize scaffolding');
+ show_error('You must include the name of the table you would like to access when you initialize scaffolding');
}
$CI =& get_instance();