typos
diff --git a/Misc/NEWS b/Misc/NEWS
index 91baebf..4b28be2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1208,8 +1208,8 @@
 C-API
 -----
 
-- Issue #6624: yArg_ParseTuple with "s" format when parsing argument with 
-  NUL: Bogus TypeError detail string.
+- Issue #6624: PyArg_ParseTuple with "s" format when parsing argument with 
+  NULL: Bogus TypeError detail string.
 
 - Issue #5954: Add a PyFrame_GetLineNumber() function to replace most uses of
   PyCode_Addr2Line().