Fix typos with codespell
Using codespell 2.2-dev from current git.
This commit is contained in:
parent
ad8c50a49c
commit
9923851370
18 changed files with 25 additions and 25 deletions
|
|
@ -99,7 +99,7 @@ void TTS_Windows::_update_tts() {
|
|||
|
||||
UTData ut;
|
||||
ut.string = text.utf16();
|
||||
ut.offset = pitch_tag.length(); // Substract injected <pitch> tag offset.
|
||||
ut.offset = pitch_tag.length(); // Subtract injected <pitch> tag offset.
|
||||
ut.id = message.id;
|
||||
|
||||
synth->SetVolume(message.volume);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue