From cec9648c11d851baa8add4f49cdcdbc5416386a9 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Tue, 23 Apr 2013 09:39:51 +0300 Subject: [PATCH] mediagoblin/submit/lib.py: fix typo Signed-off-by: Alon Levy --- mediagoblin/submit/lib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1