diff options
author | Alex Bilbie <alex@alexbilbie.com> | 2012-06-16 12:15:19 +0200 |
---|---|---|
committer | Alex Bilbie <alex@alexbilbie.com> | 2012-06-16 12:15:19 +0200 |
commit | f512b73bc78760198a5409f2c4da71fe749b1301 (patch) | |
tree | 0eb45f90652d6467065b4b733eca1d9b0aaab99c /system/database | |
parent | fe642dadd6ba62d597ccf1c7cb91e28059caeebf (diff) |
Spelling fixes - `wether` to `whether`
Interestingly `wether` means a castrated ram in old English
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 1ac9af901..531ca9eb7 100644 --- a/system/database/DB_query_builder.php +++ b/system/database/DB_query_builder.php @@ -324,7 +324,7 @@ abstract class CI_DB_query_builder extends CI_DB_driver { * @param string * @param string the join condition * @param string the type of join - * @param string wether not to try to escape identifiers + * @param string whether not to try to escape identifiers * @return object */ public function join($table, $cond, $type = '', $escape = NULL) |