From 8bdec7a2489220983db439b7ad729f71e798dc75 Mon Sep 17 00:00:00 2001 From: olshevskiy87 Date: Wed, 13 May 2015 22:05:59 +0400 Subject: fix typos Signed-off-by: olshevskiy87 --- ext/reflection/php_reflection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/reflection/php_reflection.c') diff --git a/ext/reflection/php_reflection.c b/ext/reflection/php_reflection.c index f7dd5531d0..fd58f158c3 100644 --- a/ext/reflection/php_reflection.c +++ b/ext/reflection/php_reflection.c @@ -1737,7 +1737,7 @@ ZEND_METHOD(reflection_function, isInternal) /* }}} */ /* {{{ proto public bool ReflectionFunction::isUserDefined() - Returns whether this is an user-defined function */ + Returns whether this is a user-defined function */ ZEND_METHOD(reflection_function, isUserDefined) { reflection_object *intern; -- cgit v1.2.1