]> granicus.if.org Git - python/commitdiff
Issue #18747: Update Misc/NEWS to reflect the latest changeset.
authorChristian Heimes <christian@cheimes.de>
Thu, 22 Aug 2013 11:22:37 +0000 (13:22 +0200)
committerChristian Heimes <christian@cheimes.de>
Thu, 22 Aug 2013 11:22:37 +0000 (13:22 +0200)
Misc/NEWS

index 8e74408e568d92fa30cd2511dcc87178a1d34b1b..4420c3cbe910e6088411a3b7832d7e82a6b982a6 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -73,7 +73,7 @@ Library
   in the tkinter module.
 
 - Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork.
-  A pthread_atfork() child handler is used to seeded the PRNG with pid, time
+  A pthread_atfork() parent handler is used to seeded the PRNG with pid, time
   and some stack data.
 
 - Issue #8865: Concurrent invocation of select.poll.poll() now raises a