fix: Typos

This commit is contained in:
WerWolv
2025-12-01 19:33:21 +01:00
parent a2ce89af32
commit 8f57dd86af
3 changed files with 7 additions and 12 deletions

View File

@@ -704,7 +704,7 @@ namespace hex {
return impl::s_borderlessWindowMode;
}
bool isMutliWindowModeEnabled() {
bool isMultiWindowModeEnabled() {
return impl::s_multiWindowMode;
}