diff options
Diffstat (limited to 'system/libraries/Loader.php')
-rw-r--r-- | system/libraries/Loader.php | 2 |
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();
|