summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-02-14 09:21:13 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2020-02-14 09:21:13 +0100
commit8308196c97418ba4c8381bed0962ae160623027a (patch)
tree6da93cffee19556b47329ef39feafd6070607645
parentcec8b24c848bab8562c82422f3692c193f0afcdb (diff)
downloadphp-git-8308196c97418ba4c8381bed0962ae160623027a.tar.gz
Fix typo in recent bugfix
-rw-r--r--NEWS2
-rw-r--r--ext/dom/tests/bug77569.phpt2
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--
<?php
if (!extension_loaded('dom')) die('skip dom extension not available');