diff --git a/TTS/utils/synthesizer.py b/TTS/utils/synthesizer.py index b98647c3..8f60a864 100644 --- a/TTS/utils/synthesizer.py +++ b/TTS/utils/synthesizer.py @@ -294,7 +294,7 @@ class Synthesizer(nn.Module): if text: sens = [text] if split_sentences: - print(" > Text splitted to sentences.") + print(" > Text split into sentences.") sens = self.split_into_sentences(text) print(sens)