]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix vestigial spelling.
authorNed Deily <nad@python.org>
Thu, 6 Oct 2016 14:51:29 +0000 (10:51 -0400)
committerNed Deily <nad@python.org>
Thu, 6 Oct 2016 14:51:29 +0000 (10:51 -0400)
Misc/NEWS

index c2da70f2041fb2cedb622ddda4e73a79ca7a67b0..7dcbf27510dc39a794e3e6c4f71d985d5cc4b90e 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -175,7 +175,7 @@ Library
 - Issue #27759: Fix selectors incorrectly retain invalid file descriptors.
   Patch by Mark Williams.
 
-- Issue #28325: Remove vestigal MacOS 9 macurl2path module and its tests.
+- Issue #28325: Remove vestigial MacOS 9 macurl2path module and its tests.
 
 - Issue #28368: Refuse monitoring processes if the child watcher has
   no loop attached.