From fb8eaae6eb3996f9b02db81662be4e92b690d344 Mon Sep 17 00:00:00 2001
From: Serhiy Storchaka <storchaka@gmail.com>
Date: Sat, 4 Oct 2014 15:05:00 +0300
Subject: Fixed issue number for issue #22470 in Misc/NEWS.

---
 Misc/NEWS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Misc/NEWS b/Misc/NEWS
index a33c4ac..9915e4e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -9,7 +9,7 @@ What's New in Python 3.4.3?
 Core and Builtins
 -----------------
 
-- Issue #22518: Fixed integer overflow issues in "backslashreplace",
+- Issue #22470: Fixed integer overflow issues in "backslashreplace",
   "xmlcharrefreplace", and "surrogatepass" error handlers.
 
 - Issue #22520: Fix overflow checking when generating the repr of a unicode
-- 
cgit v0.12