]> granicus.if.org Git - php/commitdiff
fix typo
authorAntony Dovgal <tony2001@php.net>
Mon, 14 Jul 2008 06:44:05 +0000 (06:44 +0000)
committerAntony Dovgal <tony2001@php.net>
Mon, 14 Jul 2008 06:44:05 +0000 (06:44 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 2e687dae90d2af571da8fbfecf45caee8cf24df6..5e9e24cfde69920dcb168c3cf80a4e1f44539b24 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -36,7 +36,7 @@ PHP                                                                        NEWS
   . Added "request_order" INI variable to control specifically $_REQUEST behavior.
     (Stas)
   . Added support for exception linking. (Marcus)
-  . Added ability to handle exceptions in destuctors. (Marcus)
+  . Added ability to handle exceptions in destructors. (Marcus)
 
 - Improved PHP runtime speed and memory usage:
   . Removed direct executor recursion. (Dmitry)