From 46f182eef83d5c12f6ea817f6f765bbe9ee2bd19 Mon Sep 17 00:00:00 2001 From: Kamil Tekiela Date: Tue, 5 Oct 2021 10:34:42 +0100 Subject: [PATCH] Typo --- Zend/tests/coalesce_assign_optimization.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zend/tests/coalesce_assign_optimization.phpt b/Zend/tests/coalesce_assign_optimization.phpt index ff076b03e0a..ef1c1880b2e 100644 --- a/Zend/tests/coalesce_assign_optimization.phpt +++ b/Zend/tests/coalesce_assign_optimization.phpt @@ -1,5 +1,5 @@ --TEST-- -Live range construction should not break if colesce assign branch is optimized away +Live range construction should not break if coalesce assign branch is optimized away --FILE--