summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-02-14 09:22:37 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2020-02-14 09:22:51 +0100
commit392dada1d64e67508304482efb107c5932d995b0 (patch)
tree587cd1c7bf0da7b5d0f479daae87027b6c0685f3
parent8ebadd1128bede1764658a8f70e2ebae14dbc7b0 (diff)
parent8308196c97418ba4c8381bed0962ae160623027a (diff)
downloadphp-git-392dada1d64e67508304482efb107c5932d995b0.tar.gz
Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2: 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 0777b34d55..f8f131a800 100644
--- a/NEWS
+++ b/NEWS
@@ -10,7 +10,7 @@ PHP NEWS
. Fixed bug #79248 (Traversing empty VT_ARRAY throws com_exception). (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 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');