From 8aedeb8513e49e0f2adeebf0e286679ef3c1585a Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Sun, 18 Dec 2005 21:17:07 +0000 Subject: tix fypo --- ext/reflection/php_reflection.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ext/reflection/php_reflection.c') 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; -- cgit v1.2.1