diff --git a/NEWS b/NEWS index 9c2d4a8e5e7..18126a4db35 100644 --- a/NEWS +++ b/NEWS @@ -18,7 +18,7 @@ PHP NEWS . Fixed bug #79019 (Copied cURL handles upload empty file). (cmb) - DOM: - . Fixed bug #77569: (Write Acess Violation in DomImplementation). (Nikita, + . Fixed bug #77569: (Write Access Violation in DomImplementation). (Nikita, cmb) - PCRE: diff --git a/ext/dom/tests/bug77569.phpt b/ext/dom/tests/bug77569.phpt index f0f35667080..9eef2af65a7 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--