tony2001                Sun Dec 18 21:17:07 2005 EDT

  Modified files:              (Branch: PHP_5_1)
    /php-src/ext/dom    node.c 
    /php-src/ext/xmlreader      php_xmlreader.c 
    /php-src/ext/xmlrpc/libxmlrpc       xml_to_soap.c 
    /php-src/ext/reflection     php_reflection.c 
  Log:
  tix fypo
  
  
http://cvs.php.net/viewcvs.cgi/php-src/ext/dom/node.c?r1=1.37&r2=1.37.2.1&diff_format=u
Index: php-src/ext/dom/node.c
diff -u php-src/ext/dom/node.c:1.37 php-src/ext/dom/node.c:1.37.2.1
--- php-src/ext/dom/node.c:1.37 Wed Aug  3 14:07:04 2005
+++ php-src/ext/dom/node.c      Sun Dec 18 21:17:07 2005
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: node.c,v 1.37 2005/08/03 14:07:04 sniper Exp $ */
+/* $Id: node.c,v 1.37.2.1 2005/12/18 21:17:07 tony2001 Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -1113,7 +1113,7 @@
                RETURN_FALSE;
        }
 
-       /* check for the old child and wether the new child is already a child 
*/
+       /* check for the old child and whether the new child is already a child 
*/
        while (children) {
                if (children == oldchild) {
                        foundoldchild = 1;
http://cvs.php.net/viewcvs.cgi/php-src/ext/xmlreader/php_xmlreader.c?r1=1.13.2.4&r2=1.13.2.5&diff_format=u
Index: php-src/ext/xmlreader/php_xmlreader.c
diff -u php-src/ext/xmlreader/php_xmlreader.c:1.13.2.4 
php-src/ext/xmlreader/php_xmlreader.c:1.13.2.5
--- php-src/ext/xmlreader/php_xmlreader.c:1.13.2.4      Sun Dec 18 15:58:51 2005
+++ php-src/ext/xmlreader/php_xmlreader.c       Sun Dec 18 21:17:07 2005
@@ -16,7 +16,7 @@
   +----------------------------------------------------------------------+
 */
 
-/* $Id: php_xmlreader.c,v 1.13.2.4 2005/12/18 15:58:51 zeev Exp $ */
+/* $Id: php_xmlreader.c,v 1.13.2.5 2005/12/18 21:17:07 tony2001 Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -580,7 +580,7 @@
 /* }}} */
 
 /* {{{ proto boolean XMLReader::getParserProperty(int property)
-Indicates wether given property (one of the parser option constants) is set or 
not on parser */
+Indicates whether given property (one of the parser option constants) is set 
or not on parser */
 PHP_METHOD(xmlreader, getParserProperty)
 {
        zval *id;
http://cvs.php.net/viewcvs.cgi/php-src/ext/xmlrpc/libxmlrpc/xml_to_soap.c?r1=1.4&r2=1.4.4.1&diff_format=u
Index: php-src/ext/xmlrpc/libxmlrpc/xml_to_soap.c
diff -u php-src/ext/xmlrpc/libxmlrpc/xml_to_soap.c:1.4 
php-src/ext/xmlrpc/libxmlrpc/xml_to_soap.c:1.4.4.1
--- php-src/ext/xmlrpc/libxmlrpc/xml_to_soap.c:1.4      Tue Apr 27 17:33:59 2004
+++ php-src/ext/xmlrpc/libxmlrpc/xml_to_soap.c  Sun Dec 18 21:17:07 2005
@@ -165,7 +165,7 @@
        return soapType;
 }
 
-/* determines wether a node is a fault or not, and of which type:
+/* determines whether a node is a fault or not, and of which type:
  * 0 = not a fault,
  * 1 = xmlrpc style fault
  * 2 = soap style fault.
http://cvs.php.net/viewcvs.cgi/php-src/ext/reflection/php_reflection.c?r1=1.164.2.15&r2=1.164.2.16&diff_format=u
Index: php-src/ext/reflection/php_reflection.c
diff -u php-src/ext/reflection/php_reflection.c:1.164.2.15 
php-src/ext/reflection/php_reflection.c:1.164.2.16
--- php-src/ext/reflection/php_reflection.c:1.164.2.15  Sun Dec 11 12:37:39 2005
+++ php-src/ext/reflection/php_reflection.c     Sun Dec 18 21:17:07 2005
@@ -20,7 +20,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: php_reflection.c,v 1.164.2.15 2005/12/11 12:37:39 helly Exp $ */
+/* $Id: php_reflection.c,v 1.164.2.16 2005/12/18 21:17:07 tony2001 Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -2781,7 +2781,7 @@
 /* }}} */
 
 /* {{{ proto public bool ReflectionClass::hasMethod(string name)
-   Returns wether a method exists or not */
+   Returns whether a method exists or not */
 ZEND_METHOD(reflection_class, hasMethod)
 {
        reflection_object *intern;
@@ -2880,7 +2880,7 @@
 /* }}} */
 
 /* {{{ proto public bool ReflectionClass::hasProperty(string name)
-   Returns wether a property exists or not */
+   Returns whether a property exists or not */
 ZEND_METHOD(reflection_class, hasProperty)
 {
        reflection_object *intern;
@@ -3014,7 +3014,7 @@
 /* }}} */
 
 /* {{{ proto public bool ReflectionClass::hasConstant(string name)
-   Returns wether a constant exists or not */
+   Returns whether a constant exists or not */
 ZEND_METHOD(reflection_class, hasConstant)
 {
        reflection_object *intern;
@@ -4254,7 +4254,7 @@
        php_info_print_table_start();
        php_info_print_table_header(2, "Reflection", "enabled");
 
-       php_info_print_table_row(2, "Version", "$Id: php_reflection.c,v 
1.164.2.15 2005/12/11 12:37:39 helly Exp $");
+       php_info_print_table_row(2, "Version", "$Id: php_reflection.c,v 
1.164.2.16 2005/12/18 21:17:07 tony2001 Exp $");
 
        php_info_print_table_end();
 } /* }}} */

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to