summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/postgre/postgre_utility.php
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2007-10-04 21:29:59 +0200
committerDerek Allard <derek.allard@ellislab.com>2007-10-04 21:29:59 +0200
commit6838f00a708f53f834fb8a98af560177db1d1454 (patch)
tree02345b6652da1acb21a2c8d7557ba784e580a1b0 /system/database/drivers/postgre/postgre_utility.php
parent6969393d0379605818cb4fab1709e7b2273dab62 (diff)
Fixed a typo in the docblock comments that had CodeIgniter spelled CodeIgnitor.
Diffstat (limited to 'system/database/drivers/postgre/postgre_utility.php')
-rw-r--r--system/database/drivers/postgre/postgre_utility.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/database/drivers/postgre/postgre_utility.php b/system/database/drivers/postgre/postgre_utility.php
index 9d56af363..fa5960e58 100644
--- a/system/database/drivers/postgre/postgre_utility.php
+++ b/system/database/drivers/postgre/postgre_utility.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