summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/pdo/pdo_result.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-11-06 11:53:47 +0100
committerAndrey Andreev <narf@bofh.bg>2012-11-06 11:53:47 +0100
commit8d3afde93f9ff7f461095d5b9147b662610c045b (patch)
tree736d430cb44106a046c81cbd8e9d3b46e95cafe0 /system/database/drivers/pdo/pdo_result.php
parent083e3c8d39a4fb9f8ef37f61f0ea42ec3fe1389f (diff)
Fix a lang key typo
Diffstat (limited to 'system/database/drivers/pdo/pdo_result.php')
-rw-r--r--system/database/drivers/pdo/pdo_result.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/database/drivers/pdo/pdo_result.php b/system/database/drivers/pdo/pdo_result.php
index 1de5a47ec..32ab1c280 100644
--- a/system/database/drivers/pdo/pdo_result.php
+++ b/system/database/drivers/pdo/pdo_result.php
@@ -163,7 +163,7 @@ class CI_DB_pdo_result extends CI_DB_result {
{
if ($this->db->db_debug)
{
- return $this->db->display_error('db_unsuported_feature');
+ return $this->db->display_error('db_unsupported_feature');
}
return FALSE;