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

index 1fe7027bb1f9aab4b4214e01313f97ab42910dd6..523dfad881284576cdb3fa9b6ec33a313a96f320 100644 (file)
@@ -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)
 {