]> granicus.if.org Git - php/commitdiff
MFH: Fugbix typo.
authorSebastian Bergmann <sebastian@php.net>
Tue, 19 Feb 2008 06:52:58 +0000 (06:52 +0000)
committerSebastian Bergmann <sebastian@php.net>
Tue, 19 Feb 2008 06:52:58 +0000 (06:52 +0000)
Zend/zend_API.c

index 43c75b3564d05f8aca5150c48ee4aeabe14f9d9c..5a4697175c3bc0d2b552ce60743fcdb0e66f6ade 100644 (file)
@@ -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;
                                }
                        }