diff --git a/system/application/config/autoload.php b/system/application/config/autoload.php
index 245d36a..6a62cd6 100644
--- a/system/application/config/autoload.php
+++ b/system/application/config/autoload.php
@@ -37,7 +37,7 @@
 |	$autoload['libraries'] = array('database', 'session', 'xmlrpc');
 */
 
-$autoload['libraries'] = array('database', 'calendar', 'dbutil', 'dbexport');
+$autoload['libraries'] = array('database', 'calendar');
 
 
 /*
diff --git a/system/application/config/routes.php b/system/application/config/routes.php
index 8a1f8b1..468ff0a 100644
--- a/system/application/config/routes.php
+++ b/system/application/config/routes.php
@@ -33,7 +33,7 @@
 |
 |	$route['scaffolding_trigger'] = 'scaffolding';
 |
-| This route lets you set a "secret" word that will trigger the 
+| This route lets you se t a "secret" word that will trigger the 
 | scaffolding feature for added security. Note: Scaffolding must be 
 | enabled in the controller in which you intend to use it.
 |