From: divinity76 Date: Wed, 20 Feb 2019 15:38:27 +0000 (+0100) Subject: fix #77642: typo "incompatibe" in Zend/zend_compile.c [ci skip] X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=876369bea2bad3dca5677b3d8fb144061e2b4145;p=php fix #77642: typo "incompatibe" in Zend/zend_compile.c [ci skip] the word "incompatible" was accidentally written as "incompatibe" guilty commit: 7e597f48e9fda982e930e4f617d2b2d98d8878a5 --- diff --git a/Zend/zend_compile.c b/Zend/zend_compile.c index 1f6449fa94..fb9e6d038e 100644 --- a/Zend/zend_compile.c +++ b/Zend/zend_compile.c @@ -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; } }