From: Sebastian Bergmann Date: Tue, 19 Feb 2008 06:52:58 +0000 (+0000) Subject: MFH: Fugbix typo. X-Git-Tag: php-5.2.6RC1~49 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=87784c32b36f0ee7cdbab6b21767391e527f7aac;p=php MFH: Fugbix typo. --- diff --git a/Zend/zend_API.c b/Zend/zend_API.c index 43c75b3564..5a4697175c 100644 --- a/Zend/zend_API.c +++ b/Zend/zend_API.c @@ -1700,7 +1700,7 @@ ZEND_API int zend_register_functions(zend_class_entry *scope, zend_function_entr if (!(scope->ce_flags & ZEND_ACC_INTERFACE)) { /* Since the class is not an interface it needs to be declared as a abstract class. */ /* Since here we are handling internal functions only we can add the keyword flag. */ - /* This time we set the flag for the keyword 'abstratc'. */ + /* This time we set the flag for the keyword 'abstract'. */ scope->ce_flags |= ZEND_ACC_EXPLICIT_ABSTRACT_CLASS; } }