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

index 59b0ce4b7141ff9d2c89fe896ffb1e084cee316d..68a85438f60eca8b94dac1720d89435df8997e81 100644 (file)
@@ -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;