diff options
author | Claudio Galdiolo <claudio.galdiolo@gmail.com> | 2015-01-29 17:42:50 +0100 |
---|---|---|
committer | Claudio Galdiolo <claudio.galdiolo@gmail.com> | 2015-01-29 17:42:50 +0100 |
commit | b83a3d2890f8bae182901e78f660a4fe620b3f2b (patch) | |
tree | 300f00a667cc56cbf4e8acb93549d7e8577c44dd /system/database/DB_driver.php | |
parent | 325d22da5ff207bafb3df80647792a741b49fcf7 (diff) |
fix typo in comments
Diffstat (limited to 'system/database/DB_driver.php')
-rw-r--r-- | system/database/DB_driver.php | 2 |
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 */ |