Skip to content

Commit 8308196

Browse files
committed
Fix typo in recent bugfix
1 parent cec8b24 commit 8308196

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PHP NEWS
33
?? ??? 2020, PHP 7.2.28
44

55
- DOM:
6-
. Fixed bug #77569: (Write Acess Violation in DomImplementation). (Nikita,
6+
. Fixed bug #77569: (Write Access Violation in DomImplementation). (Nikita,
77
cmb)
88

99
23 Jan 2020, PHP 7.2.27

ext/dom/tests/bug77569.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
Bug #77569 (Write Acess Violation in DomImplementation)
2+
Bug #77569 (Write Access Violation in DomImplementation)
33
--SKIPIF--
44
<?php
55
if (!extension_loaded('dom')) die('skip dom extension not available');

0 commit comments

Comments
 (0)