summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2013-08-25 12:19:16 (GMT)
committerChristian Heimes <christian@cheimes.de>2013-08-25 12:19:16 (GMT)
commit61636e7105bac4753f6796834b899ad30aeee492 (patch)
tree60ecd3f3b92533d44e5da7d95bdeea9003a95df6 /Misc
parent157c9834b40ab202caa650735435410f9225df12 (diff)
downloadcpython-61636e7105bac4753f6796834b899ad30aeee492.zip
cpython-61636e7105bac4753f6796834b899ad30aeee492.tar.gz
cpython-61636e7105bac4753f6796834b899ad30aeee492.tar.bz2
Issue #18747: Fix spelling errors in my commit message and comments,
thanks to Vajrasky Kok for proof-reading.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 81ad8f5..62e9078 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -84,7 +84,7 @@ Library
in the tkinter module.
- Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork.
- A pthread_atfork() parent handler is used to seeded the PRNG with pid, time
+ A pthread_atfork() parent handler is used to seed the PRNG with pid, time
and some stack data.
- Issue #8865: Concurrent invocation of select.poll.poll() now raises a