Skip to content

Commit b73d46e

Browse files
committed
Typofix
1 parent 68c1580 commit b73d46e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: scripts/tortoise_tts.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
else:
187187
if len(selected_voices) > 1:
188188
parser.error('cannot have multiple voices without --output-dir"')
189-
if args.candiates > 1:
189+
if args.candidates > 1:
190190
parser.error('cannot have multiple candidates without --output-dir"')
191191

192192
# error out early if pydub isn't installed

0 commit comments

Comments
 (0)