From: Sebastian Bergmann Date: Tue, 19 Feb 2008 06:52:17 +0000 (+0000) Subject: Fugbix typo. X-Git-Tag: RELEASE_2_0_0a1~433 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b1d4185f7f8204546c5e012630e586815a080758;p=php Fugbix typo. --- diff --git a/Zend/zend_API.c b/Zend/zend_API.c index 29b29bea97..60ac41bf3a 100644 --- a/Zend/zend_API.c +++ b/Zend/zend_API.c @@ -2191,7 +2191,7 @@ ZEND_API int zend_register_functions(zend_class_entry *scope, const zend_functio 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; } }