typo
diff --git a/Misc/NEWS b/Misc/NEWS
index 4a8b135..140cc6f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -125,7 +125,7 @@
   by makefile().
 
 - sre: Added experimental expand() method to match objects.  Does not
-  user buffer interface on Unicode strings.  Does not hang if group id
+  use buffer interface on Unicode strings.  Does not hang if group id
   is followed by whitespace.
 
 - StringIO: Size hint in readlines() is now supported as documented.