From: Sebastian Bergmann Date: Mon, 20 Aug 2007 17:01:22 +0000 (+0000) Subject: - Fugbix typo. X-Git-Tag: php-5.2.4RC3~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=11b820bda3752983ad39d7dac2a0fc4b5360217f;p=php - Fugbix typo. --- 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;