Typo:  "apparentlt" --> "apparently"
diff --git a/Misc/NEWS b/Misc/NEWS
index 0a122a4..392e055 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -50,7 +50,7 @@
 installation problems with Tkinter use (e.g. in IDLE).
 
 - The -i option doesn't make any calls to set[v]buf() for stdin --
-this apparentlt screwed up _kbhit() and the _tkinter main loop.
+this apparently screwed up _kbhit() and the _tkinter main loop.
 
 - The ntpath module (and hence, os.path on Windows) now parses out UNC
 paths (e.g. \\host\mountpoint\dir\file) as "drive letters", so that