From: GeeTransit Date: Sat, 24 Aug 2019 04:30:25 +0000 (-0400) Subject: [3.7] bpo-37461: Fix typo (inifite -> infinite) (GH-15430) X-Git-Tag: v3.7.5rc1~166 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=799e4e527019d9429fdef12d08a0c03b08a1fb59;p=thirdparty%2FPython%2Fcpython.git [3.7] bpo-37461: Fix typo (inifite -> infinite) (GH-15430) --- diff --git a/Misc/NEWS.d/next/Security/2019-07-16-08-11-00.bpo-37461.1Ahz7O.rst b/Misc/NEWS.d/next/Security/2019-07-16-08-11-00.bpo-37461.1Ahz7O.rst index 4bfd350c0b40..9d47578c6277 100644 --- a/Misc/NEWS.d/next/Security/2019-07-16-08-11-00.bpo-37461.1Ahz7O.rst +++ b/Misc/NEWS.d/next/Security/2019-07-16-08-11-00.bpo-37461.1Ahz7O.rst @@ -1,2 +1,2 @@ -Fix an inifite loop when parsing specially crafted email headers. Patch by +Fix an infinite loop when parsing specially crafted email headers. Patch by Abhilash Raj.