From 7f4f3d88285561fa2db773eaaeaa3a72247e8220 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Wed, 4 May 2016 11:02:49 +0200 Subject: [PATCH] [fix] typo --- prosopopee/prosopopee.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prosopopee/prosopopee.py b/prosopopee/prosopopee.py index 33f2370..569abad 100644 --- a/prosopopee/prosopopee.py +++ b/prosopopee/prosopopee.py @@ -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")