diff options
author | Andrey Andreev <narf@devilix.net> | 2015-04-08 16:19:24 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2015-04-08 16:19:24 +0200 |
commit | 1924eb37cc5488be7560a8a754663bba6a47a5e4 (patch) | |
tree | 056f46b20bb71dc71fb5a659a7793ad17e01b132 /system/database | |
parent | 0531744e693dbd90b92787cb6dec1f630c6fa97f (diff) |
[ci skip] Fix comment typos
https://github.com/bcit-ci/CodeIgniter/pull/3748#issuecomment-90925762
Diffstat (limited to 'system/database')
-rw-r--r-- | system/database/DB_query_builder.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/database/DB_query_builder.php b/system/database/DB_query_builder.php index 5005d0163..8251f4558 100644 --- a/system/database/DB_query_builder.php +++ b/system/database/DB_query_builder.php @@ -2255,7 +2255,7 @@ abstract class CI_DB_query_builder extends CI_DB_driver { else { // Cycle through the "select" portion of the query and prep each column name. - // The reason we protect identifiers here rather then in the select() function + // The reason we protect identifiers here rather than in the select() function // is because until the user calls the from() function we don't know if there are aliases foreach ($this->qb_select as $key => $val) { |