summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Bergmann <sebastian@php.net>2007-08-20 17:01:59 +0000
committerSebastian Bergmann <sebastian@php.net>2007-08-20 17:01:59 +0000
commit89c30a380b847b08a685d6840190aec9cb17fba0 (patch)
tree2840f27899f0e30fd8d44b0f4701a36a568b52df
parent56f88566e94ad9b439049580887123e989ae151e (diff)
downloadphp-git-89c30a380b847b08a685d6840190aec9cb17fba0.tar.gz
- MFB: Fugbix typo.
-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 14ef23a145..b69bfed85d 100644
--- a/ext/reflection/php_reflection.c
+++ b/ext/reflection/php_reflection.c
@@ -2778,7 +2778,7 @@ ZEND_METHOD(reflection_class, getStaticProperties)
/* }}} */
/* {{{ proto public mixed ReflectionClass::getStaticPropertyValue(string name [, mixed default]) U
- Returns the value of a tsstic property */
+ Returns the value of a static property */
ZEND_METHOD(reflection_class, getStaticPropertyValue)
{
reflection_object *intern;