Skip to content

Commit

Permalink
Fix typo in recent bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
cmb69 committed Feb 14, 2020
1 parent cec8b24 commit 8308196
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ext/dom/tests/bug77569.phpt
Original file line number Diff line number Diff line change
@@ -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');
Expand Down

0 comments on commit 8308196

Please sign in to comment.