From b6b08f4fceb04b347c7ed2cd8047608e6bfb689d Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Sat, 20 Jul 2024 19:21:09 +0900 Subject: [PATCH] internal/gamepad: typo --- internal/gamepad/gamepad_desktop_windows.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/gamepad/gamepad_desktop_windows.go b/internal/gamepad/gamepad_desktop_windows.go index 893e4253b..1726609f4 100644 --- a/internal/gamepad/gamepad_desktop_windows.go +++ b/internal/gamepad/gamepad_desktop_windows.go @@ -309,7 +309,7 @@ func (g *nativeGamepadsDesktop) dinput8EnumDevicesCallback(lpddi *_DIDEVICEINSTA return _DIENUM_STOP } - // lpddi.guidInstance is not relialable as a unique identity when the same multiple devices are connected (#3046). + // lpddi.guidInstance is not reliable as a unique identity when the same multiple devices are connected (#3046). // Use HID Path instead. getDInputPath := func(device *_IDirectInputDevice8W) (string, error) { var prop _DIPROPGUIDANDPATH