summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeeTransit <geetransit@gmail.com>2019-08-24 00:33:36 -0400
committerNed Deily <nad@python.org>2019-08-24 00:33:36 -0400
commitf1f9c0c532089824791cfc18e6d6f29e1cd62596 (patch)
tree1a955d4261ea766215b4b1d1ba918ac207e43005 /Misc/NEWS.d/next/Security
parentbpo-34155: Dont parse domains containing @ (GH-13079) (GH-14826) (diff)
downloadcpython-f1f9c0c532089824791cfc18e6d6f29e1cd62596.tar.gz
cpython-f1f9c0c532089824791cfc18e6d6f29e1cd62596.tar.bz2
cpython-f1f9c0c532089824791cfc18e6d6f29e1cd62596.zip
[3.6] bpo-37461: Fix typo (inifite -> infinite) (#15432)
Diffstat (limited to 'Misc/NEWS.d/next/Security')
-rw-r--r--Misc/NEWS.d/next/Security/2019-07-16-08-11-00.bpo-37461.1Ahz7O.rst2
1 files changed, 1 insertions, 1 deletions
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 4bfd350c0b4..9d47578c627 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.