summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Bilbie <alex@alexbilbie.com>2012-06-16 12:15:19 +0200
committerAlex Bilbie <alex@alexbilbie.com>2012-06-16 12:15:19 +0200
commitf512b73bc78760198a5409f2c4da71fe749b1301 (patch)
tree0eb45f90652d6467065b4b733eca1d9b0aaab99c
parentfe642dadd6ba62d597ccf1c7cb91e28059caeebf (diff)
Spelling fixes - `wether` to `whether`
Interestingly `wether` means a castrated ram in old English
-rw-r--r--system/core/Hooks.php4
-rw-r--r--system/core/Output.php2
-rw-r--r--system/database/DB_query_builder.php2
-rw-r--r--system/helpers/download_helper.php2
4 files changed, 5 insertions, 5 deletions
diff --git a/system/core/Hooks.php b/system/core/Hooks.php
index 29fd88201..afbf4b453 100644
--- a/system/core/Hooks.php
+++ b/system/core/Hooks.php
@@ -39,7 +39,7 @@
class CI_Hooks {
/**
- * Determines wether hooks are enabled
+ * Determines whether hooks are enabled
*
* @var bool
*/
@@ -53,7 +53,7 @@ class CI_Hooks {
public $hooks = array();
/**
- * Determines wether hook is in progress, used to prevent infinte loops
+ * Determines whether hook is in progress, used to prevent infinte loops
*
* @var bool
*/
diff --git a/system/core/Output.php b/system/core/Output.php
index 570d4ebc9..ed294f116 100644
--- a/system/core/Output.php
+++ b/system/core/Output.php
@@ -74,7 +74,7 @@ class CI_Output {
protected $mime_type = 'text/html';
/**
- * Determines wether profiler is enabled
+ * Determines whether profiler is enabled
*
* @var book
*/
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)
diff --git a/system/helpers/download_helper.php b/system/helpers/download_helper.php
index 5efbc4930..09c4de578 100644
--- a/system/helpers/download_helper.php
+++ b/system/helpers/download_helper.php
@@ -46,7 +46,7 @@ if ( ! function_exists('force_download'))
*
* @param string filename
* @param mixed the data to be downloaded
- * @param bool wether to try and send the actual file MIME type
+ * @param bool whether to try and send the actual file MIME type
* @return void
*/
function force_download($filename = '', $data = '', $set_mime = FALSE)