summaryrefslogtreecommitdiffstats
path: root/system/core/Controller.php
diff options
context:
space:
mode:
authorRoger Simms <roger.simms@gmail.com>2010-04-25 13:50:53 +0200
committerRoger Simms <roger.simms@gmail.com>2010-04-25 13:50:53 +0200
commit78a1cf24831e067aae04531718a167e8ec144fda (patch)
tree6cd7ba39d6ca69f8573bdb8170206f474a43ca27 /system/core/Controller.php
parent5640a7158559f4521911444b50798a6a9536f38b (diff)
Simple change to comment line 21: the=>that.
Diffstat (limited to 'system/core/Controller.php')
-rw-r--r--system/core/Controller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/Controller.php b/system/core/Controller.php
index 92f7f17f1..c9d797ca2 100644
--- a/system/core/Controller.php
+++ b/system/core/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