From: Sebastian Bergmann Date: Thu, 11 Apr 2019 11:34:02 +0000 (+0200) Subject: Fix typo X-Git-Tag: php-7.4.0alpha1~554 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e71cfae41963f66ac4a9f4422f49cec7afde6016;p=php Fix typo --- 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)