diff options
-rw-r--r-- | system/libraries/Controller.php | 2 |
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
|