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