gnu: xf86-input-joystick: Fix typo "control".

* gnu/packages/xorg (xf86-input-joystick)[description]: Fix typo.
This commit is contained in:
Vagrant Cascadian 2019-05-22 17:50:55 -07:00
parent c284dffcbe
commit dcdafc6e18
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -2495,7 +2495,7 @@ (define-public xf86-input-joystick
(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)))