]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.6] bpo-37461: Fix typo (inifite -> infinite) (#15432)
authorGeeTransit <geetransit@gmail.com>
Sat, 24 Aug 2019 04:33:36 +0000 (00:33 -0400)
committerNed Deily <nad@python.org>
Sat, 24 Aug 2019 04:33:36 +0000 (00:33 -0400)
Misc/NEWS.d/next/Security/2019-07-16-08-11-00.bpo-37461.1Ahz7O.rst

index 4bfd350c0b404eba929ff3c156869ec08a6ac7c9..9d47578c62771066daced604bbaaaca736592a6c 100644 (file)
@@ -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.