From: Antony Dovgal Date: Thu, 5 Jan 2006 20:49:28 +0000 (+0000) Subject: fix typo X-Git-Tag: RELEASE_1_0_4~103 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=16be5ff45b82555ad379acd7ae92895fa2ac944b;p=php fix typo --- diff --git a/ext/standard/string.c b/ext/standard/string.c index 322d03202f..7ad47c4980 100644 --- a/ext/standard/string.c +++ b/ext/standard/string.c @@ -514,7 +514,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) {