Merge typo fix in Misc/NEWS entry from 3.3.
diff --git a/Misc/NEWS b/Misc/NEWS
index 1823a9d..4bdee9d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -897,7 +897,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_faulthandler and
-  test_ctypes.
+  test_capi.
 
 - Issue #13898: test_ssl no longer prints a spurious stack trace on Ubuntu.