From 2bcaff97b4b995727f6d371b60e008fc66dec55c Mon Sep 17 00:00:00 2001 From: Paul Tremberth Date: Sun, 21 Feb 2016 00:49:41 +0100 Subject: [PATCH] Fix typo in comment --- scrapy/core/downloader/handlers/http11.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scrapy/core/downloader/handlers/http11.py b/scrapy/core/downloader/handlers/http11.py index ca13c609d..b831d1ae8 100644 --- a/scrapy/core/downloader/handlers/http11.py +++ b/scrapy/core/downloader/handlers/http11.py @@ -215,7 +215,7 @@ class ScrapyAgent(object): bodyproducer = None # Setting Content-Length: 0 even for POST requests is not a # MUST per HTTP RFCs, but it's common behavior, and some - # server require this otherwise returing HTTP 411 + # servers require this, otherwise returning HTTP 411 Length required # # RFC 7230#section-3.3.2: # "a Content-Length header field is normally sent in a POST