List Misc/python-config.in in Misc/README.  Fix few typos.
diff --git a/Misc/NEWS b/Misc/NEWS
index 252c85f..7164fcc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -57,7 +57,7 @@
 - Issue #5504: ctypes should now work with systems where mmap can't
   be PROT_WRITE and PROT_EXEC.
 
-- Issue #9507:  Named tuple repr will now automatically display the right
+- Issue #9507: Named tuple repr will now automatically display the right
   name in a tuple subclass.
 
 - Issue #9324: Add parameter validation to signal.signal on Windows in order
@@ -114,8 +114,8 @@
   behavior was wrong.
 
 - Issue #6683: For SMTP logins we now try all authentication methods advertised
-  by the server. Many servers are buggy and advertise authentication methods they
-  o not support in reality.
+  by the server.  Many servers are buggy and advertise authentication methods
+  they do not support in reality.
 
 - Issue #8814: function annotations (the ``__annotations__`` attribute)
   are now included in the set of attributes copied by default by