diff options
author | Sebastian Bergmann <sebastian@php.net> | 2007-08-20 17:01:22 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@php.net> | 2007-08-20 17:01:22 +0000 |
commit | 11b820bda3752983ad39d7dac2a0fc4b5360217f (patch) | |
tree | c5d67ae0b3b55fcf75ced7e52f3e7d067246743f /ext/reflection/php_reflection.c | |
parent | c6a7e4cad43fb87986c72535f0595405f794125b (diff) | |
download | php-git-11b820bda3752983ad39d7dac2a0fc4b5360217f.tar.gz |
- Fugbix typo.
Diffstat (limited to 'ext/reflection/php_reflection.c')
-rw-r--r-- | ext/reflection/php_reflection.c | 2 |
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; |