]> granicus.if.org Git - php/commitdiff
MFH: Correct grammar.
authorSebastian Bergmann <sebastian@php.net>
Mon, 25 Apr 2005 05:14:46 +0000 (05:14 +0000)
committerSebastian Bergmann <sebastian@php.net>
Mon, 25 Apr 2005 05:14:46 +0000 (05:14 +0000)
Zend/zend_reflection_api.c
ext/reflection/php_reflection.c

index 1409cd6d8a5b810e1c0ca1155ec85f0bfb6aa0ec..b328e998cfd76d5007c363b05556b0ba5cc2b3b9 100644 (file)
@@ -2315,7 +2315,7 @@ ZEND_METHOD(reflection_class, getConstructor)
 /* }}} */
 
 /* {{{ proto public ReflectionMethod ReflectionClass::getMethod(string name) throws ReflectionException
-   Returns the class' method specified by it's name */
+   Returns the class' method specified by its name */
 ZEND_METHOD(reflection_class, getMethod)
 {
        reflection_object *intern;
@@ -2388,7 +2388,7 @@ ZEND_METHOD(reflection_class, getMethods)
 /* }}} */
 
 /* {{{ proto public ReflectionProperty ReflectionClass::getProperty(string name) throws ReflectionException
-   Returns the class' property specified by it's name */
+   Returns the class' property specified by its name */
 ZEND_METHOD(reflection_class, getProperty)
 {
        reflection_object *intern;
index 1409cd6d8a5b810e1c0ca1155ec85f0bfb6aa0ec..b328e998cfd76d5007c363b05556b0ba5cc2b3b9 100644 (file)
@@ -2315,7 +2315,7 @@ ZEND_METHOD(reflection_class, getConstructor)
 /* }}} */
 
 /* {{{ proto public ReflectionMethod ReflectionClass::getMethod(string name) throws ReflectionException
-   Returns the class' method specified by it's name */
+   Returns the class' method specified by its name */
 ZEND_METHOD(reflection_class, getMethod)
 {
        reflection_object *intern;
@@ -2388,7 +2388,7 @@ ZEND_METHOD(reflection_class, getMethods)
 /* }}} */
 
 /* {{{ proto public ReflectionProperty ReflectionClass::getProperty(string name) throws ReflectionException
-   Returns the class' property specified by it's name */
+   Returns the class' property specified by its name */
 ZEND_METHOD(reflection_class, getProperty)
 {
        reflection_object *intern;