diff --git a/system/db/query.php b/system/db/query.php index 5f0a0bd3..d2a7a1d9 100644 --- a/system/db/query.php +++ b/system/db/query.php @@ -126,7 +126,7 @@ public function select() foreach (func_get_args() as $column) { // --------------------------------------------------------- - // If the column name is being aliases, we will need to + // If the column name is being aliased, we will need to // wrap the column name and its alias. // --------------------------------------------------------- if (strpos(strtolower($column), ' as ') !== false)