From dcdafc6e186707e693e47f1148b2a5b2a50d7e4a Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Wed, 22 May 2019 17:50:55 -0700 Subject: [PATCH] gnu: xf86-input-joystick: Fix typo "control". * gnu/packages/xorg (xf86-input-joystick)[description]: Fix typo. --- gnu/packages/xorg.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ (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)))