commit | b83a3d2890f8bae182901e78f660a4fe620b3f2b | [log] [tgz] |
---|---|---|
author | Claudio Galdiolo <claudio.galdiolo@gmail.com> | Thu Jan 29 11:42:50 2015 -0500 |
committer | Claudio Galdiolo <claudio.galdiolo@gmail.com> | Thu Jan 29 11:42:50 2015 -0500 |
tree | 300f00a667cc56cbf4e8acb93549d7e8577c44dd | |
parent | 325d22da5ff207bafb3df80647792a741b49fcf7 [diff] [blame] |
fix typo in comments
diff --git a/system/database/DB_driver.php b/system/database/DB_driver.php index dd93abc..a0803f1 100644 --- a/system/database/DB_driver.php +++ b/system/database/DB_driver.php
@@ -1643,7 +1643,7 @@ /** * 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 */