Fix spelling.
diff --git a/Misc/NEWS b/Misc/NEWS
index 2606ac1..0f0067c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -56,7 +56,7 @@
 Library
 -------
 
-- Fractions.from_float() no longer loses precision for integers to big to
+- Fractions.from_float() no longer loses precision for integers too big to
   cast as floats.
 
 - Issue 4790: The nsmallest() and nlargest() functions in the heapq module