]> granicus.if.org Git - php/commitdiff
Fix typo
authorSebastian Bergmann <sebastian@php.net>
Thu, 11 Apr 2019 11:34:02 +0000 (13:34 +0200)
committerSebastian Bergmann <sebastian@php.net>
Thu, 11 Apr 2019 11:34:02 +0000 (13:34 +0200)
NEWS

diff --git a/NEWS b/NEWS
index faa1c164b4f003aadff79812671324ae57f36276..63f7704f050f290be04c15d0d1c88bb8fb407ea2 100644 (file)
--- 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)