diff options
author | Alon Levy <alon@pobox.com> | 2013-04-23 09:39:51 +0300 |
---|---|---|
committer | Elrond <elrond+mediagoblin.org@samba-tng.org> | 2013-04-23 13:11:40 +0200 |
commit | cec9648c11d851baa8add4f49cdcdbc5416386a9 (patch) | |
tree | c86dda96ec0f5d469b32930456a744b0ec8edd65 | |
parent | 6bea8a9094d92a55fdb81b644a06f3c525338e98 (diff) | |
download | mediagoblin-cec9648c11d851baa8add4f49cdcdbc5416386a9.tar.lz mediagoblin-cec9648c11d851baa8add4f49cdcdbc5416386a9.tar.xz mediagoblin-cec9648c11d851baa8add4f49cdcdbc5416386a9.zip |
mediagoblin/submit/lib.py: fix typo
Signed-off-by: Alon Levy <alon@pobox.com>
-rw-r--r-- | mediagoblin/submit/lib.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |