From: GeeTransit Date: Fri, 23 Aug 2019 16:23:43 +0000 (-0400) Subject: [3.8] Fix typo (inifite -> infinite) (GH-15429) X-Git-Tag: v3.8.0b4~63 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fe64ba611b587cf6e609679d40f0cdb8b7c93ca0;p=python [3.8] Fix typo (inifite -> infinite) (GH-15429) The same typo exists in the changelogs of 3.6 and 3.7. Automerge-Triggered-By: @Mariatta --- diff --git a/Misc/NEWS.d/3.8.0b3.rst b/Misc/NEWS.d/3.8.0b3.rst index 5a35160970..5e5225294a 100644 --- a/Misc/NEWS.d/3.8.0b3.rst +++ b/Misc/NEWS.d/3.8.0b3.rst @@ -4,7 +4,7 @@ .. release date: 2019-07-29 .. section: Security -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. ..