From: Sebastian Bergmann Date: Mon, 25 Apr 2005 05:13:36 +0000 (+0000) Subject: Correct grammar. X-Git-Tag: php-5.0.1b1~432 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=11a91f04b2660447f6180d789f1072dc2548cb53;p=php Correct grammar. --- diff --git a/Zend/zend_reflection_api.c b/Zend/zend_reflection_api.c index 75e4037470..c77bc69d07 100644 --- a/Zend/zend_reflection_api.c +++ b/Zend/zend_reflection_api.c @@ -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; diff --git a/ext/reflection/php_reflection.c b/ext/reflection/php_reflection.c index 75e4037470..c77bc69d07 100644 --- a/ext/reflection/php_reflection.c +++ b/ext/reflection/php_reflection.c @@ -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;