"the" to "that" in a code comment
diff --git a/system/libraries/Controller.php b/system/libraries/Controller.php
index 95c0208..b6e10a3 100644
--- a/system/libraries/Controller.php
+++ b/system/libraries/Controller.php
@@ -18,7 +18,7 @@
 /**

  * CodeIgniter Application Controller Class

  *

- * This class object is the super class the every library in

+ * This class object is the super class that every library in

  * CodeIgniter will be assigned to.

  *

  * @package		CodeIgniter