Explorar o código

Fix log message spelling

Frank Praznik %!s(int64=2) %!d(string=hai) anos
pai
achega
64ec208479
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      test/testautomation_mouse.c

+ 1 - 1
test/testautomation_mouse.c

@@ -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 */