Browse Source

Fixed typo in Query::select comment.

Taylor Otwell 13 years ago
parent
commit
622635d5cf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      system/db/query.php

+ 1 - 1
system/db/query.php

@@ -126,7 +126,7 @@ class Query {
 		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)