Fix log message spelling

main
Frank Praznik 2023-10-02 19:47:39 -04:00
parent 9111c5e178
commit 64ec208479
1 changed files with 1 additions and 1 deletions

View File

@ -536,7 +536,7 @@ static int mouse_getMouseFocus(void *arg)
SDL_WarpMouseInWindow(window, x, y);
SDLTest_AssertPass("SDL_WarpMouseInWindow(...,%.f,%.f)", x, y);
} else {
SDLTest_Log("Skipping mouse warp fcous tests: Wayland does not support warping the mouse pointer");
SDLTest_Log("Skipping mouse warp focus tests: Wayland does not support warping the mouse pointer");
}
/* Clean up test window */