From 89c30a380b847b08a685d6840190aec9cb17fba0 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Mon, 20 Aug 2007 17:01:59 +0000 Subject: [PATCH] - MFB: Fugbix typo. --- ext/reflection/php_reflection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/reflection/php_reflection.c b/ext/reflection/php_reflection.c index 14ef23a145..b69bfed85d 100644 --- a/ext/reflection/php_reflection.c +++ b/ext/reflection/php_reflection.c @@ -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; -- 2.40.0