when an exception is raised in fdopen, never close the fd (changing on my mind on #21191)
diff --git a/Misc/NEWS b/Misc/NEWS
index f6a2c65..94d3638 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -51,7 +51,7 @@
 
 - Issue #21172: isinstance check relaxed from dict to collections.Mapping.
 
-- Issue #21191: In os.fdopen, alwyas close the file descriptor when an exception
+- Issue #21191: In os.fdopen, never close the file descriptor when an exception
   happens.
 
 - Issue #21149: Improved thread-safety in logging cleanup during interpreter