commit | ba6bd220d9ff5976caf979cb70ffb0a005020eba | [log] [tgz] |
---|---|---|
author | Claudio Galdiolo <claudio.galdiolo@gmail.com> | Thu Jan 29 11:43:25 2015 -0500 |
committer | Claudio Galdiolo <claudio.galdiolo@gmail.com> | Thu Jan 29 11:43:25 2015 -0500 |
tree | 0e7d364e53b0855c11e689e2207239e4d65a4426 | |
parent | b83a3d2890f8bae182901e78f660a4fe620b3f2b [diff] |
fix typo in comments
diff --git a/system/database/DB_forge.php b/system/database/DB_forge.php index c8d773c..f6ee2a6 100644 --- a/system/database/DB_forge.php +++ b/system/database/DB_forge.php
@@ -828,7 +828,7 @@ */ protected function _attr_type(&$attributes) { - // Usually overriden by drivers + // Usually overridden by drivers } // --------------------------------------------------------------------