]> granicus.if.org Git - php/commitdiff
Fixed typo
authorIlia Alshanetsky <iliaa@php.net>
Thu, 4 Feb 2010 12:48:44 +0000 (12:48 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Thu, 4 Feb 2010 12:48:44 +0000 (12:48 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 808b27868d2fa2d71aed952de108bf2deec21a72..c9d9f385c24dd3405b77683d9245f7e9cf2006fb 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -7,7 +7,7 @@ PHP                                                                        NEWS
 
 - Fixed bug #50847 (strip_tags() removes all tags greater then 1023 bytes
   long). (Ilia)
-- Fixed bug #50727 (Accesing mysqli->affected_rows on no connection causes
+- Fixed bug #50727 (Accessing mysqli->affected_rows on no connection causes
   segfault). (Andrey, Johannes)
 - Fixed bug #48667 (Implementing Iterator and IteratorAggregate). (Etienne)