tony2001 Thu Jan 5 20:49:37 2006 UTC
Modified files: (Branch: PHP_5_1)
/php-src/ext/standard string.c
Log:
MFH: fix typo
http://cvs.php.net/viewcvs.cgi/php-src/ext/standard/string.c?r1=1.445.2.5&r2=1.445.2.6&diff_format=u
Index: php-src/ext/standard/string.c
diff -u php-src/ext/standard/string.c:1.445.2.5
php-src/ext/standard/string.c:1.445.2.6
--- php-src/ext/standard/string.c:1.445.2.5 Sun Jan 1 12:50:15 2006
+++ php-src/ext/standard/string.c Thu Jan 5 20:49:37 2006
@@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: string.c,v 1.445.2.5 2006/01/01 12:50:15 sniper Exp $ */
+/* $Id: string.c,v 1.445.2.6 2006/01/05 20:49:37 tony2001 Exp $ */
/* Synced with php 3.0 revision 1.193 1999-06-16 [ssb] */
@@ -485,7 +485,7 @@
/* {{{ 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)
{
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php