]> granicus.if.org Git - php/commitdiff
- MFB: Fugbix typo.
authorSebastian Bergmann <sebastian@php.net>
Mon, 20 Aug 2007 17:01:59 +0000 (17:01 +0000)
committerSebastian Bergmann <sebastian@php.net>
Mon, 20 Aug 2007 17:01:59 +0000 (17:01 +0000)
ext/reflection/php_reflection.c

index 14ef23a145a5535a42f5e2bd25971b4f2e178789..b69bfed85d74968c232a0e74e462ed91c49d5883 100644 (file)
@@ -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;