From ac40c0b562b0f90652cadef83968d7305626c377 Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Mon, 10 Jun 2013 14:20:18 -0700 Subject: Merge branch 'pull-request/341' * pull-request/341: (23 commits) typofixes --- ext/enchant/enchant.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/enchant') 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; -- cgit v1.2.1