]> granicus.if.org Git - php/commitdiff
fix typo
authorAnatol Belski <ab@php.net>
Thu, 2 Jun 2016 12:22:14 +0000 (14:22 +0200)
committerAnatol Belski <ab@php.net>
Thu, 2 Jun 2016 12:22:14 +0000 (14:22 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 128841ede8275c707b0aad31a47cb2d0b2507695..b88ef19d1edb29c3a872d51809c04610cce876c7 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -8,7 +8,7 @@ PHP                                                                        NEWS
   . Added specialized opcode handlers (e.g. ZEND_ADD_LONG_NO_OVERFLOW).
     (Dmitry)
   . Change statement and fcall extension handlers to accept frame. (Joe)
-  . Implemented safe execution timeout handling, that prevents rundom crashes
+  . Implemented safe execution timeout handling, that prevents random crashes
     after "Maximum execution time exceeded" error. (Dmitry)
   . Fixed bug #62210 (Exceptions can leak temporary variables). (Dmitry, Bob)
   . Fixed bug #62814 (It is possible to stiffen child class members visibility).