commit | 78a1cf24831e067aae04531718a167e8ec144fda | [log] [tgz] |
---|---|---|
author | Roger Simms <roger.simms@gmail.com> | Sun Apr 25 12:50:53 2010 +0100 |
committer | Roger Simms <roger.simms@gmail.com> | Sun Apr 25 12:50:53 2010 +0100 |
tree | 6cd7ba39d6ca69f8573bdb8170206f474a43ca27 | |
parent | 5640a7158559f4521911444b50798a6a9536f38b [diff] [blame] |
Simple change to comment line 21: the=>that.
diff --git a/system/core/Controller.php b/system/core/Controller.php index 92f7f17..c9d797c 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