From e71cfae41963f66ac4a9f4422f49cec7afde6016 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Thu, 11 Apr 2019 13:34:02 +0200 Subject: [PATCH] Fix typo --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index faa1c164b4..63f7704f05 100644 --- a/NEWS +++ b/NEWS @@ -5,7 +5,7 @@ PHP NEWS - Core: . Fixed bug #77345 (Stack Overflow caused by circular reference in garbage collection). (Alexandru Patranescu, Nikita, Dmitry) - . Fixed bug #77877 (call_user_func() passes $this to satatic methods). + . Fixed bug #77877 (call_user_func() passes $this to static methods). (Dmitry) . Implemented request #76148 (Add array_key_exists() to the list of specially compiled functions). (Majkl578) -- 2.50.1