diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-08-18 22:53:12 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-18 22:53:12 -0400 |
commit | da983f8852f2a79a0b34648357e88553f947f336 (patch) | |
tree | 98fe68835db4f8c03fb3e17e747ca3a3614efa7a /src | |
parent | 57e3375f83c09c21e1d68151425493112ae7ff66 (diff) | |
parent | 5fc9e4abb41e7f58f6c308f54881c596713fba75 (diff) |
Merge pull request #3986 from whot/wip/click-wheel-angle-horiz
Add udev property for horizontal wheel click angles
Diffstat (limited to 'src')
-rw-r--r-- | src/libudev/libudev-device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libudev/libudev-device.c b/src/libudev/libudev-device.c index 995bf56586..c5f36725dc 100644 --- a/src/libudev/libudev-device.c +++ b/src/libudev/libudev-device.c @@ -495,7 +495,7 @@ _public_ struct udev_device *udev_device_get_parent_with_subsystem_devtype(struc return NULL; } - /* then walk the chain of udev_device parents until the correspanding + /* then walk the chain of udev_device parents until the corresponding one is found */ while ((udev_device = udev_device_get_parent(udev_device))) { if (udev_device->device == parent) |