Merge pull request #2220 from scrapy/comment-typo-fix

typo fix in HttpProxyMiddleware
This commit is contained in:
Paul Tremberth 2016-09-07 10:15:12 +02:00 committed by GitHub
commit ec4ab126b6
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ class HttpProxyMiddleware(object):
return creds, proxy_url
def process_request(self, request, spider):
# ignore if proxy is already seted
# ignore if proxy is already set
if 'proxy' in request.meta:
return