tony2001                Thu Jan  5 20:49:28 2006 UTC

  Modified files:              
    /php-src/ext/standard       string.c 
  Log:
  fix typo
  
  
http://cvs.php.net/viewcvs.cgi/php-src/ext/standard/string.c?r1=1.512&r2=1.513&diff_format=u
Index: php-src/ext/standard/string.c
diff -u php-src/ext/standard/string.c:1.512 php-src/ext/standard/string.c:1.513
--- php-src/ext/standard/string.c:1.512 Sun Jan  1 13:09:55 2006
+++ php-src/ext/standard/string.c       Thu Jan  5 20:49:28 2006
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: string.c,v 1.512 2006/01/01 13:09:55 sniper Exp $ */
+/* $Id: string.c,v 1.513 2006/01/05 20:49:28 tony2001 Exp $ */
 
 /* Synced with php 3.0 revision 1.193 1999-06-16 [ssb] */
 
@@ -514,7 +514,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

Reply via email to