fixed grammer error in show_error message
diff --git a/system/libraries/Loader.php b/system/libraries/Loader.php
index d116307..aede38d 100644
--- a/system/libraries/Loader.php
+++ b/system/libraries/Loader.php
@@ -526,7 +526,7 @@
 	{		

 		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();