summaryrefslogtreecommitdiff
path: root/ext/enchant/enchant.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/enchant/enchant.c')
-rw-r--r--ext/enchant/enchant.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/enchant/enchant.c b/ext/enchant/enchant.c
index e4b4263766..141192c67f 100644
--- a/ext/enchant/enchant.c
+++ b/ext/enchant/enchant.c
@@ -651,7 +651,7 @@ PHP_FUNCTION(enchant_broker_free_dict)
/* }}} */
/* {{{ proto bool enchant_broker_dict_exists(resource broker, string tag)
- Wether a dictionary exists or not. Using non-empty tag */
+ Whether a dictionary exists or not. Using non-empty tag */
PHP_FUNCTION(enchant_broker_dict_exists)
{
zval *broker;