summaryrefslogtreecommitdiffstats
path: root/system/database/DB_forge.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2015-01-29 19:53:16 +0100
committerAndrey Andreev <narf@devilix.net>2015-01-29 19:53:16 +0100
commitcc6c9a4a594ab1c3167a11dc90c7749278d8e131 (patch)
tree808463ae46c32f11b3dc150785965d1d23176923 /system/database/DB_forge.php
parenta92de4b8d6675c458e71f56b8e600e9e03af0430 (diff)
parentc9982e4d38e30202f8c4253df296dc6000fdbcd2 (diff)
Merge pull request #3532 from galdiolo/patch-7
[ci skip] 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
}
// --------------------------------------------------------------------