]> granicus.if.org Git - php/commitdiff
fix #77642: typo "incompatibe" in Zend/zend_compile.c [ci skip]
authordivinity76 <divinity76@gmail.com>
Wed, 20 Feb 2019 15:38:27 +0000 (16:38 +0100)
committerChristoph M. Becker <cmbecker69@gmx.de>
Wed, 20 Feb 2019 18:41:09 +0000 (19:41 +0100)
the word "incompatible" was accidentally written as "incompatibe"

guilty commit: 7e597f48e9fda982e930e4f617d2b2d98d8878a5

Zend/zend_compile.c

index 1f6449fa9481a8cebc5113367e0dbfe593e6b7e0..fb9e6d038e0d2d01830c1f73e276e7b91b792ca7 100644 (file)
@@ -3961,7 +3961,7 @@ void zend_compile_static_call(znode *result, zend_ast *ast, uint32_t type) /* {{
                                  || (CG(active_class_entry)
                                   && !(CG(active_class_entry)->ce_flags & ZEND_ACC_LINKED))
                                  || !zend_check_protected(zend_get_function_root_class(fbc), CG(active_class_entry)))) {
-                                       /* incompatibe function */
+                                       /* incompatible function */
                                        fbc = NULL;
                                }
                        }