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

index 75e4037470131adcd1cead4469c55565a209be49..c77bc69d077e0c8391e13f8a6cdfafd394f1295a 100644 (file)
@@ -2576,7 +2576,7 @@ ZEND_METHOD(reflection_class, hasMethod)
 /* }}} */
 
 /* {{{ 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;
@@ -2672,7 +2672,7 @@ ZEND_METHOD(reflection_class, hasProperty)
 /* }}} */
 
 /* {{{ 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 75e4037470131adcd1cead4469c55565a209be49..c77bc69d077e0c8391e13f8a6cdfafd394f1295a 100644 (file)
@@ -2576,7 +2576,7 @@ ZEND_METHOD(reflection_class, hasMethod)
 /* }}} */
 
 /* {{{ 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;
@@ -2672,7 +2672,7 @@ ZEND_METHOD(reflection_class, hasProperty)
 /* }}} */
 
 /* {{{ 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;