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

@@ -171,7 +171,7 @@ EXPORT_MODULE namespace hex {
* @brief Checks if multi-window mode is enabled currently
* @return Whether multi-window mode is enabled
*/
bool isMutliWindowModeEnabled();
bool isMultiWindowModeEnabled();
/**
* @brief Gets the init arguments passed to ImHex from the splash screen

View File

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