[PATCH] xinput1_3: Fix the spelling of a WARN() message.

Francois Gouget fgouget at free.fr
Thu Feb 17 11:50:41 CST 2022


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 dlls/xinput1_3/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/xinput1_3/main.c b/dlls/xinput1_3/main.c
index 8c21f090af2..909ef9e7dfd 100644
--- a/dlls/xinput1_3/main.c
+++ b/dlls/xinput1_3/main.c
@@ -520,7 +520,7 @@ static BOOL try_add_device(const WCHAR *device_path)
              caps.Usage != HID_USAGE_GENERIC_MULTI_AXIS_CONTROLLER)
         WARN("ignoring HID device, unsupported usage %04x:%04x\n", caps.UsagePage, caps.Usage);
     else if (device_is_overridden(device))
-        WARN("ignoring HID device, overriden for dinput\n");
+        WARN("ignoring HID device, overridden for dinput\n");
     else if (!controller_init(&controllers[i], preparsed, &caps, device, device_path))
         WARN("ignoring HID device, failed to initialize\n");
     else
-- 
2.30.2



More information about the wine-devel mailing list