summaryrefslogtreecommitdiffstats
path: root/system/database/DB_driver.php
diff options
context:
space:
mode:
authorClaudio Galdiolo <claudio.galdiolo@gmail.com>2015-01-29 17:42:50 +0100
committerClaudio Galdiolo <claudio.galdiolo@gmail.com>2015-01-29 17:42:50 +0100
commitb83a3d2890f8bae182901e78f660a4fe620b3f2b (patch)
tree300f00a667cc56cbf4e8acb93549d7e8577c44dd /system/database/DB_driver.php
parent325d22da5ff207bafb3df80647792a741b49fcf7 (diff)
fix typo in comments
Diffstat (limited to 'system/database/DB_driver.php')
-rw-r--r--system/database/DB_driver.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/database/DB_driver.php b/system/database/DB_driver.php
index dd93abc11..a0803f170 100644
--- a/system/database/DB_driver.php
+++ b/system/database/DB_driver.php
@@ -1643,7 +1643,7 @@ abstract class CI_DB_driver {
/**
* Close DB Connection
*
- * This method would be overriden by most of the drivers.
+ * This method would be overridden by most of the drivers.
*
* @return void
*/