summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2008-11-13 02:06:57 +0100
committerDerek Allard <derek.allard@ellislab.com>2008-11-13 02:06:57 +0100
commitdd9f932556d3cd45a1d06cc478f40d06b7649a69 (patch)
tree230afbc3cf7d10c91bd19964706aab62d1e93528
parent4f488dfe35e202d1e1949f03e4bcc52ec25a3941 (diff)
"the" to "that" in a code comment
-rw-r--r--system/libraries/Controller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Controller.php b/system/libraries/Controller.php
index 95c020857..b6e10a3aa 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