Codefix: typos in comments and strings

This commit is contained in:
Rubidium
2025-08-31 09:28:04 +02:00
committed by rubidium42
parent 4fb749886a
commit 7c0f69a8fe
78 changed files with 135 additions and 135 deletions
+1 -1
View File
@@ -167,7 +167,7 @@ std::optional<std::string_view> SoundDriver_XAudio2::Start(const StringList &par
CoUninitialize();
Debug(driver, 0, "xaudio2_s: XAudio2Create failed ({:08x})", (uint)hr);
return "Failed to inititialise the XAudio2 engine";
return "Failed to initialise the XAudio2 engine";
}
/* Create a mastering voice */