]> granicus.if.org Git - php/commitdiff
[ci skip] Fix typos in NEWS
authorChristoph M. Becker <cmbecker69@gmx.de>
Mon, 4 Jun 2018 22:58:03 +0000 (00:58 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Mon, 4 Jun 2018 22:58:03 +0000 (00:58 +0200)
NEWS

diff --git a/NEWS b/NEWS
index b9ba7d9402c7c16dd95b0ae59bebd40a7a9c7d8d..e3d0cf5dde74f13d174f159dcb6310a805f951e4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,8 +5,8 @@ PHP                                                                        NEWS
 - Core:
   . Improved PHP GC. (Dmitry, Nikita)
   . Redesigned the old ext_skel program written in PHP, run: 
-    'php ext_skel.php' for all options. This means there is no dependencies 
-    thrus making it work on Windows out of the box. (Kalle)
+    'php ext_skel.php' for all options. This means there are no dependencies,
+    thus making it work on Windows out of the box. (Kalle)
   . Removed support for BeOS. (Kalle)
   . Add PHP_VERSION to phpinfo() <title/>. (github/MattJeevas)
   . Add net_get_interfaces(). (Sara, Joe, Anatol)