mirror of https://github.com/scrapy/scrapy.git
Fix typo in comment
This commit is contained in:
parent
02eed9f496
commit
037c6b2183
|
|
@ -379,7 +379,7 @@ class ScrapyAgent(object):
|
|||
{'size': expected_size, 'warnsize': warnsize, 'request': request})
|
||||
|
||||
def _cancel(_):
|
||||
# Abort connection inmediately.
|
||||
# Abort connection immediately.
|
||||
txresponse._transport._producer.abortConnection()
|
||||
|
||||
d = defer.Deferred(_cancel)
|
||||
|
|
|
|||
Loading…
Reference in New Issue