Fixed typo in Query::select comment.

This commit is contained in:
Taylor Otwell 2011-07-05 09:54:31 -07:00
parent c480e19b6c
commit 622635d5cf
1 changed files with 1 additions and 1 deletions

View File

@ -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)