diff --git a/scrapy/pqueues.py b/scrapy/pqueues.py index b253f19f3..c9a606c16 100644 --- a/scrapy/pqueues.py +++ b/scrapy/pqueues.py @@ -111,7 +111,7 @@ class DownloaderInterface(object): class DownloaderAwarePriorityQueue(object): - """ PriorityQueue which takes Downlaoder activity in account: + """ PriorityQueue which takes Downloader activity in account: domains (slots) with the least amount of active downloads are dequeued first. """