summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2022-05-23 21:32:19 +0200
committerRémi Verschelde <rverschelde@gmail.com>2022-05-23 21:32:19 +0200
commit9923851370073ceda72c4f4f7414444742c27562 (patch)
treeb5f112fc5ac4b279788acbac43f378882510fb0f /platform
parentad8c50a49c942333b80a6b0a961c2f9b0c986712 (diff)
Fix typos with codespell
Using codespell 2.2-dev from current git.
Diffstat (limited to 'platform')
-rw-r--r--platform/windows/tts_windows.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/windows/tts_windows.cpp b/platform/windows/tts_windows.cpp
index 05249934ba..e5daf602e6 100644
--- a/platform/windows/tts_windows.cpp
+++ b/platform/windows/tts_windows.cpp
@@ -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);