From cab4d83fea5165a5cdd9e5e76cd5bd61957aa7f5 Mon Sep 17 00:00:00 2001 From: NicoHood Date: Sun, 24 Jan 2016 12:18:56 +0100 Subject: [PATCH] Typo --- shuffle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shuffle.py b/shuffle.py index 6d53afd..90522ce 100755 --- a/shuffle.py +++ b/shuffle.py @@ -72,7 +72,7 @@ class Text2Speech(object): # Skip voiceover geneartion if a track with the same name is used. # This might happen with "Track001" or "01. Intro" names for example. if os.path.isfile(out_wav_path): - print "Using eExisting", out_wav_path + print "Using existing", out_wav_path return True # ensure we deal with unicode later