diff --git a/TTS/utils/synthesizer.py b/TTS/utils/synthesizer.py index b98647c30c..8f60a864d0 100644 --- a/TTS/utils/synthesizer.py +++ b/TTS/utils/synthesizer.py @@ -294,7 +294,7 @@ def tts( 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)