SDL: Fix log message spelling

From 64ec2084798a4ad8c0f4f19b48a5ab6e9986a63b Mon Sep 17 00:00:00 2001
From: Frank Praznik <[EMAIL REDACTED]>
Date: Mon, 2 Oct 2023 19:47:39 -0400
Subject: [PATCH] Fix log message spelling

---
 test/testautomation_mouse.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/testautomation_mouse.c b/test/testautomation_mouse.c
index 2178a4856f62..783f1f294c66 100644
--- a/test/testautomation_mouse.c
+++ b/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 */