From 62c8fcd191e27e7df2011a35296d9bcff689e136 Mon Sep 17 00:00:00 2001 From: Nimesh Ghelani Date: Mon, 8 Feb 2016 00:40:34 +0530 Subject: [PATCH] typo in comment --- shuffle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shuffle.py b/shuffle.py index 435c181..d1cc202 100755 --- a/shuffle.py +++ b/shuffle.py @@ -83,7 +83,7 @@ class Text2Speech(object): @staticmethod def text2speech(out_wav_path, text): - # Skip voiceover geneartion if a track with the same name is used. + # Skip voiceover generation 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 existing", out_wav_path