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

index dd5cd3888d0f272678aa2a07fdf2222549636d9b..192c4709a1b2cb6db207c17499dc3cd7efad0ec7 100644 (file)
@@ -1859,7 +1859,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;
                                }
                        }