summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2008-09-24 23:43:28 +0000
committerIlia Alshanetsky <iliaa@php.net>2008-09-24 23:43:28 +0000
commit310f4583a431882f02d79ecc4f0f11c3bfe01f3d (patch)
tree873f915dd2c5ac89507599d2247b483e7ffbefb2
parent6bc9869ad9147f7bd59afbd04d94f10d694e4e7d (diff)
downloadphp-git-310f4583a431882f02d79ecc4f0f11c3bfe01f3d.tar.gz
Fixed typo
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 063da20648..cf7f12415c 100644
--- a/NEWS
+++ b/NEWS
@@ -10,7 +10,7 @@ PHP NEWS
- Fixed bug causing the algorithm parameter of mhash() to be modified. (Scott)
-- Fixed bug #46160 (SPL - Memory leak when exception is throwed in offsetSet).
+- Fixed bug #46160 (SPL - Memory leak when exception is thrown in offsetSet).
(Felipe)
- Fixed Bug #46147 (after stream seek, appending stream filter reads incorrect data).
(Greg)