summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index edd6fa3125..b20056cc62 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -91,7 +91,7 @@ Library
-------
- Issue #7959: ctypes callback functions are now registered correctly
- with the cylce garbage collector.
+ with the cycle garbage collector.
- Issue #6666: fix bug in trace.py that applied the list of directories
to be ignored only to the first file. Noted by Bogdan Opanchuk.