Fix typo in Misc/NEWS entry.
diff --git a/Misc/NEWS b/Misc/NEWS
index 8cbf191..95dea0a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -951,7 +951,7 @@
 -----
 
 - Issue #11732: add a new suppress_crash_popup() context manager to test.support
-  that disables crash popups on Windows and use it in test_ctypes.
+  that disables crash popups on Windows and use it in test_capi.
 
 - Issue #13898: test_ssl no longer prints a spurious stack trace on Ubuntu.