diff options
author | Antony Dovgal <tony2001@php.net> | 2006-01-05 20:49:37 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2006-01-05 20:49:37 +0000 |
commit | 6fcc365c75b1cb4c28b3d58261c55438cebd3147 (patch) | |
tree | 9321b059e3c8b66d9e4735216c00b62d11cb13aa | |
parent | 5121b2a78a144d58b775c3921d9c789aa80f393c (diff) | |
download | php-git-6fcc365c75b1cb4c28b3d58261c55438cebd3147.tar.gz |
MFH: fix typo
-rw-r--r-- | ext/standard/string.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |