diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 17:50:55 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 18:30:05 -0700 |
commit | dcdafc6e186707e693e47f1148b2a5b2a50d7e4a (patch) | |
tree | 0dc4be5d250fd30d97ac8f609c78396fb098fbeb /gnu/packages/xorg.scm | |
parent | c284dffcbe0278b58d27e4faeea721380df53754 (diff) | |
download | patches-dcdafc6e186707e693e47f1148b2a5b2a50d7e4a.tar patches-dcdafc6e186707e693e47f1148b2a5b2a50d7e4a.tar.gz |
gnu: xf86-input-joystick: Fix typo "control".
* gnu/packages/xorg (xf86-input-joystick)[description]: Fix typo.
Diffstat (limited to 'gnu/packages/xorg.scm')
-rw-r--r-- | gnu/packages/xorg.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 9067e0fab4..ae28e38adb 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -2495,7 +2495,7 @@ provide all features that libinput supports it does little beyond.") (synopsis "Joystick input driver for X server") (description "xf86-input-joystick is a joystick input driver for the Xorg X server. -It is used to cotrol the pointer with a joystick device.") +It is used to control the pointer with a joystick device.") (license license:x11))) |