From: Antony Dovgal Date: Thu, 5 Jan 2006 20:49:37 +0000 (+0000) Subject: MFH: fix typo X-Git-Tag: php-5.1.2~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6fcc365c75b1cb4c28b3d58261c55438cebd3147;p=php MFH: fix typo --- diff --git a/ext/standard/string.c b/ext/standard/string.c index 1fe7027bb1..523dfad881 100644 --- a/ext/standard/string.c +++ b/ext/standard/string.c @@ -485,7 +485,7 @@ PHP_FUNCTION(strcoll) /* {{{ php_charmask * Fills a 256-byte bytemask with input. You can specify a range like 'a..z', * it needs to be incrementing. - * Returns: FAILURE/SUCCESS wether the input was correct (i.e. no range errors) + * Returns: FAILURE/SUCCESS whether the input was correct (i.e. no range errors) */ static inline int php_charmask(unsigned char *input, int len, char *mask TSRMLS_DC) {