summaryrefslogtreecommitdiffstats
path: root/system/database/DB_forge.php
diff options
context:
space:
mode:
authorClaudio Galdiolo <claudio.galdiolo@gmail.com>2015-01-29 17:43:25 +0100
committerClaudio Galdiolo <claudio.galdiolo@gmail.com>2015-01-29 17:43:25 +0100
commitba6bd220d9ff5976caf979cb70ffb0a005020eba (patch)
tree0e7d364e53b0855c11e689e2207239e4d65a4426 /system/database/DB_forge.php
parentb83a3d2890f8bae182901e78f660a4fe620b3f2b (diff)
fix typo in comments
Diffstat (limited to 'system/database/DB_forge.php')
-rw-r--r--system/database/DB_forge.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/database/DB_forge.php b/system/database/DB_forge.php
index c8d773c98..f6ee2a63a 100644
--- a/system/database/DB_forge.php
+++ b/system/database/DB_forge.php
@@ -828,7 +828,7 @@ abstract class CI_DB_forge {
*/
protected function _attr_type(&$attributes)
{
- // Usually overriden by drivers
+ // Usually overridden by drivers
}
// --------------------------------------------------------------------