summaryrefslogtreecommitdiff
path: root/Zend
diff options
context:
space:
mode:
authorSebastian Bergmann <sebastian@php.net>2005-04-25 05:13:36 +0000
committerSebastian Bergmann <sebastian@php.net>2005-04-25 05:13:36 +0000
commit11a91f04b2660447f6180d789f1072dc2548cb53 (patch)
tree0c079b56661097d6f6297799de270e0d61beb49f /Zend
parentc3da4c91029093f888f62971882559d701b0bffc (diff)
downloadphp-git-11a91f04b2660447f6180d789f1072dc2548cb53.tar.gz
Correct grammar.
Diffstat (limited to 'Zend')
-rw-r--r--Zend/zend_reflection_api.c4
1 files changed, 2 insertions, 2 deletions
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;