summaryrefslogtreecommitdiff
path: root/ext/reflection
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2015-05-16 14:20:41 -0700
committerStanislav Malyshev <stas@php.net>2015-05-16 14:20:41 -0700
commit2660fb96aac78658f4f7c1ac4101c3f464536ca9 (patch)
tree15124637c1a10a5f1f952e1dd1ccfd201a288532 /ext/reflection
parentc9f27ee4227268bc74fc54e0e06102317e614804 (diff)
parent8bdec7a2489220983db439b7ad729f71e798dc75 (diff)
downloadphp-git-2660fb96aac78658f4f7c1ac4101c3f464536ca9.tar.gz
Merge branch 'pull-request/1277'
* pull-request/1277: fix typos
Diffstat (limited to 'ext/reflection')
-rw-r--r--ext/reflection/php_reflection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/reflection/php_reflection.c b/ext/reflection/php_reflection.c
index 65febf4a53..900241fc9b 100644
--- a/ext/reflection/php_reflection.c
+++ b/ext/reflection/php_reflection.c
@@ -1743,7 +1743,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;