Correcting typo.

This commit is contained in:
Mathias Behrle
2014-05-17 13:05:04 +02:00
parent 4f14b41de7
commit 25a2f95c7c

View File

@@ -71,6 +71,6 @@ def task_process_document_queues():
# Don't process anymore from this queryset, might be stale
break
else:
logger.debug('already processing maximun')
logger.debug('already processing maximum')
else:
logger.debug('nothing to process')