From 622635d5cfe35f77638d4958535f303b6640cc25 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 5 Jul 2011 09:54:31 -0700 Subject: [PATCH] Fixed typo in Query::select comment. --- system/db/query.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)