From 16be5ff45b82555ad379acd7ae92895fa2ac944b Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Thu, 5 Jan 2006 20:49:28 +0000 Subject: [PATCH] fix typo --- ext/standard/string.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.40.0