浏览代码

Fix log message spelling

Frank Praznik 1 年之前
父节点
当前提交
64ec208479
共有 1 个文件被更改,包括 1 次插入1 次删除
  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);
         SDL_WarpMouseInWindow(window, x, y);
         SDLTest_AssertPass("SDL_WarpMouseInWindow(...,%.f,%.f)", x, y);
         SDLTest_AssertPass("SDL_WarpMouseInWindow(...,%.f,%.f)", x, y);
     } else {
     } 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 */
     /* Clean up test window */