diff options
author | Roger Simms <roger.simms@gmail.com> | 2010-04-25 13:50:53 +0200 |
---|---|---|
committer | Roger Simms <roger.simms@gmail.com> | 2010-04-25 13:50:53 +0200 |
commit | 78a1cf24831e067aae04531718a167e8ec144fda (patch) | |
tree | 6cd7ba39d6ca69f8573bdb8170206f474a43ca27 /system | |
parent | 5640a7158559f4521911444b50798a6a9536f38b (diff) |
Simple change to comment line 21: the=>that.
Diffstat (limited to 'system')
-rw-r--r-- | system/core/Controller.php | 2 |
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 |