summaryrefslogtreecommitdiffstats
path: root/system/database/DB_forge.php
diff options
context:
space:
mode:
authorCalvin Tam <calvintam236@gmail.com>2015-07-24 11:27:24 +0200
committerCalvin Tam <calvintam236@gmail.com>2015-07-24 11:27:24 +0200
commit55bc50578b9f1aa3fd71cb427848b21748655690 (patch)
tree7daf6ccc5dd522cbb58ae8a2846eb4d749a711bf /system/database/DB_forge.php
parentab494d564262f9ad30dc2f57a78b8aceee5e657d (diff)
Fixed typos
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 865498fb5..dde285598 100644
--- a/system/database/DB_forge.php
+++ b/system/database/DB_forge.php
@@ -143,7 +143,7 @@ abstract class CI_DB_forge {
protected $_unsigned = TRUE;
/**
- * NULL value representatin in CREATE/ALTER TABLE statements
+ * NULL value representation in CREATE/ALTER TABLE statements
*
* @var string
*/