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

index 29b29bea9723ceb4b797652417d005469e851000..60ac41bf3a0ab61e5f41570d63a93ff63f7f0703 100644 (file)
@@ -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;
                                }
                        }