summaryrefslogtreecommitdiffstats
path: root/system/core/Hooks.php
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 /system/core/Hooks.php
parentfe642dadd6ba62d597ccf1c7cb91e28059caeebf (diff)
Spelling fixes - `wether` to `whether`
Interestingly `wether` means a castrated ram in old English
Diffstat (limited to 'system/core/Hooks.php')
-rw-r--r--system/core/Hooks.php4
1 files changed, 2 insertions, 2 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
*/