From 8308196c97418ba4c8381bed0962ae160623027a Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Fri, 14 Feb 2020 09:21:13 +0100 Subject: Fix typo in recent bugfix --- NEWS | 2 +- ext/dom/tests/bug77569.phpt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 672ce05405..63349d3e81 100644 --- a/NEWS +++ b/NEWS @@ -3,7 +3,7 @@ PHP NEWS ?? ??? 2020, PHP 7.2.28 - DOM: - . Fixed bug #77569: (Write Acess Violation in DomImplementation). (Nikita, + . Fixed bug #77569: (Write Access Violation in DomImplementation). (Nikita, cmb) 23 Jan 2020, PHP 7.2.27 diff --git a/ext/dom/tests/bug77569.phpt b/ext/dom/tests/bug77569.phpt index f0f3566708..9eef2af65a 100644 --- a/ext/dom/tests/bug77569.phpt +++ b/ext/dom/tests/bug77569.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #77569 (Write Acess Violation in DomImplementation) +Bug #77569 (Write Access Violation in DomImplementation) --SKIPIF--