diff options
author | Antony Dovgal <tony2001@php.net> | 2005-12-18 21:17:07 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2005-12-18 21:17:07 +0000 |
commit | 8aedeb8513e49e0f2adeebf0e286679ef3c1585a (patch) | |
tree | f03e0ddbac20536fd5d99273ad8381b399e617b8 /ext/reflection/php_reflection.c | |
parent | 0d38bc9f809d5726964d6bdf3f3cbf104fd31117 (diff) | |
download | php-git-8aedeb8513e49e0f2adeebf0e286679ef3c1585a.tar.gz |
tix fypo
Diffstat (limited to 'ext/reflection/php_reflection.c')
-rw-r--r-- | ext/reflection/php_reflection.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/reflection/php_reflection.c b/ext/reflection/php_reflection.c index a2e5f035b8..f8c752e512 100644 --- a/ext/reflection/php_reflection.c +++ b/ext/reflection/php_reflection.c @@ -2781,7 +2781,7 @@ ZEND_METHOD(reflection_class, getConstructor) /* }}} */ /* {{{ 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 @@ ZEND_METHOD(reflection_class, getMethods) /* }}} */ /* {{{ 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 @@ ZEND_METHOD(reflection_class, getProperties) /* }}} */ /* {{{ 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; |