@@ -316,7 +316,7 @@ PHP_FUNCTION(enchant_broker_get_error)
316
316
/* }}} */
317
317
318
318
/* {{{ proto resource enchant_broker_request_dict(resource broker, string tag)
319
- create a new dict using tag, the non-empty language tag you wish to request
319
+ create a new dictionary using tag, the non-empty language tag you wish to request
320
320
a dictionary for ("en_US", "de_DE", ...) */
321
321
PHP_FUNCTION (enchant_broker_request_dict )
322
322
{
@@ -366,8 +366,8 @@ PHP_FUNCTION(enchant_broker_request_dict)
366
366
/* }}} */
367
367
368
368
/* {{{ proto resource enchant_broker_request_pwl_dict(resource dict, string tag)
369
- creates a dictionnary using a PWL file. A PWL file is personal word file one word per line.
370
- It must exists before the call.*/
369
+ creates a dictionary using a PWL file. A PWL file is personal word file one word per line.
370
+ It must exist before the call.*/
371
371
PHP_FUNCTION (enchant_broker_request_pwl_dict )
372
372
{
373
373
zval * broker ;
@@ -430,7 +430,7 @@ PHP_FUNCTION(enchant_broker_free_dict)
430
430
}
431
431
/* }}} */
432
432
433
- /* {{{ proto bool enchant_new_dmy (resource broker, string tag)
433
+ /* {{{ proto bool enchant_broker_dict_exists (resource broker, string tag)
434
434
Wether a dictionary exists or not. Using non-empty tag */
435
435
PHP_FUNCTION (enchant_broker_dict_exists )
436
436
{
@@ -455,7 +455,7 @@ PHP_FUNCTION(enchant_broker_dict_exists)
455
455
described/referred to by 'tag'. The ordering is a comma delimited
456
456
list of provider names. As a special exception, the "*" tag can
457
457
be used as a language tag to declare a default ordering for any
458
- language that does not explictly declare an ordering. */
458
+ language that does not explictly declare an ordering. */
459
459
460
460
PHP_FUNCTION (enchant_broker_set_ordering )
461
461
{
@@ -516,7 +516,7 @@ PHP_FUNCTION(enchant_dict_check)
516
516
/* }}} */
517
517
518
518
/* {{{ proto array enchant_dict_suggest(resource broker, string word)
519
- Will return an list of values if any of those pre-conditions are not met.*/
519
+ Will return a list of values if any of those pre-conditions are not met.*/
520
520
PHP_FUNCTION (enchant_dict_suggest )
521
521
{
522
522
zval * dict ;
0 commit comments