summaryrefslogtreecommitdiff
path: root/ext/reflection/php_reflection.c
diff options
context:
space:
mode:
authorSebastian Bergmann <sebastian@php.net>2007-08-20 17:01:22 +0000
committerSebastian Bergmann <sebastian@php.net>2007-08-20 17:01:22 +0000
commit11b820bda3752983ad39d7dac2a0fc4b5360217f (patch)
treec5d67ae0b3b55fcf75ced7e52f3e7d067246743f /ext/reflection/php_reflection.c
parentc6a7e4cad43fb87986c72535f0595405f794125b (diff)
downloadphp-git-11b820bda3752983ad39d7dac2a0fc4b5360217f.tar.gz
- Fugbix typo.
Diffstat (limited to 'ext/reflection/php_reflection.c')
-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 59b0ce4b71..68a85438f6 100644
--- a/ext/reflection/php_reflection.c
+++ b/ext/reflection/php_reflection.c
@@ -2732,7 +2732,7 @@ ZEND_METHOD(reflection_class, getStaticProperties)
/* }}} */
/* {{{ proto public mixed ReflectionClass::getStaticPropertyValue(string name [, mixed default])
- Returns the value of a tsstic property */
+ Returns the value of a static property */
ZEND_METHOD(reflection_class, getStaticPropertyValue)
{
reflection_object *intern;