diff options
author | Derek Allard <derek.allard@ellislab.com> | 2007-10-04 21:29:59 +0200 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2007-10-04 21:29:59 +0200 |
commit | 6838f00a708f53f834fb8a98af560177db1d1454 (patch) | |
tree | 02345b6652da1acb21a2c8d7557ba784e580a1b0 /system/libraries/Zip.php | |
parent | 6969393d0379605818cb4fab1709e7b2273dab62 (diff) |
Fixed a typo in the docblock comments that had CodeIgniter spelled CodeIgnitor.
Diffstat (limited to 'system/libraries/Zip.php')
-rw-r--r-- | system/libraries/Zip.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Zip.php b/system/libraries/Zip.php index 518c97836..d76d8c97d 100644 --- a/system/libraries/Zip.php +++ b/system/libraries/Zip.php @@ -7,7 +7,7 @@ * @package CodeIgniter
* @author Rick Ellis
* @copyright Copyright (c) 2006, EllisLab, Inc.
- * @license http://www.codeignitor.com/user_guide/license.html
+ * @license http://www.codeigniter.com/user_guide/license.html
* @link http://www.codeigniter.com
* @since Version 1.0
* @filesource
|