From: Alon Levy Date: Tue, 23 Apr 2013 06:39:51 +0000 (+0300) Subject: mediagoblin/submit/lib.py: fix typo X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=cec9648c11d851baa8add4f49cdcdbc5416386a9;p=mediagoblin.git mediagoblin/submit/lib.py: fix typo Signed-off-by: Alon Levy --- diff --git a/mediagoblin/submit/lib.py b/mediagoblin/submit/lib.py index a5483471..7c3b8ab3 100644 --- a/mediagoblin/submit/lib.py +++ b/mediagoblin/submit/lib.py @@ -40,7 +40,7 @@ def prepare_queue_task(app, entry, filename): """ Prepare a MediaEntry for the processing queue and get a queue file """ - # We generate this ourselves so we know what the taks id is for + # We generate this ourselves so we know what the task id is for # retrieval later. # (If we got it off the task's auto-generation, there'd be