[fix] typo

This commit is contained in:
Laurent Peuch 2016-05-04 11:02:49 +02:00
parent fe4dc92256
commit 7f4f3d8828

View File

@ -51,7 +51,7 @@ class Video(object):
return self.options["name"]
def ffmpeg(self, source, target, options):
error(SETTINGS["ffmeg"], "I couldn't find a binary to convert video and I ask to do so, abort")
error(SETTINGS["ffmpeg"], "I couldn't find a binary to convert video and I ask to do so, abort")
if not CACHE.needs_to_be_generated(source, target, options):
okgreen("Skipped", source + " is already generated")