summaryrefslogtreecommitdiffstats
path: root/system/drivers/DB_active_record.php
diff options
context:
space:
mode:
Diffstat (limited to 'system/drivers/DB_active_record.php')
-rw-r--r--system/drivers/DB_active_record.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/drivers/DB_active_record.php b/system/drivers/DB_active_record.php
index 1320af9ed..c7e4f096c 100644
--- a/system/drivers/DB_active_record.php
+++ b/system/drivers/DB_active_record.php
@@ -257,7 +257,7 @@ class CI_DB_active_record extends CI_DB_driver {
/**
* Like
*
- * Called by like() or olike()
+ * Called by like() or orlike()
*
* @access private
* @param mixed
@@ -346,7 +346,7 @@ class CI_DB_active_record extends CI_DB_driver {
// --------------------------------------------------------------------
/**
- * Sets the OR HAVING value
+ * Sets the HAVING values
*
* Called by having() or orhaving()
*