typo used -> user

This commit is contained in:
Daniel Schadt 2016-06-03 15:52:29 +02:00
parent c3e7ab52b5
commit 44b1344467

View File

@ -427,7 +427,7 @@ class _Downloader:
"""
# This callback is called before _finished, so there's no need to
# remove the item or close the fileobject.
log.downloads.debug("MHTML download cancelled by used: {}".format(url))
log.downloads.debug("MHTML download cancelled by user: {}".format(url))
# Write an empty file instead
item.fileobj.seek(0)
item.fileobj.truncate()