]> granicus.if.org Git - php/commitdiff
fix typo
authorAntony Dovgal <tony2001@php.net>
Thu, 5 Jan 2006 20:49:28 +0000 (20:49 +0000)
committerAntony Dovgal <tony2001@php.net>
Thu, 5 Jan 2006 20:49:28 +0000 (20:49 +0000)
ext/standard/string.c

index 322d03202ffbb63146372e1c26494981ab60b70b..7ad47c4980cddf6f9227e93bb76611be5dadfa36 100644 (file)
@@ -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)
 {