Fixed a typo in the docblock comments that had CodeIgniter spelled CodeIgnitor.
diff --git a/system/database/drivers/oci8/oci8_driver.php b/system/database/drivers/oci8/oci8_driver.php
index 291e168..99b5ded 100644
--- a/system/database/drivers/oci8/oci8_driver.php
+++ b/system/database/drivers/oci8/oci8_driver.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