Merge pull request #3059 from jesuslosada/fix-typo

Fix typo in comment
This commit is contained in:
Mikhail Korobov 2018-01-11 01:34:11 +05:00 committed by GitHub
commit 7c9e32213d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)