diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2020-04-12 13:36:36 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2020-04-12 13:54:22 -0700 |
commit | 4ecb544a6d360a86b7f2642cd06ee74829d10f96 (patch) | |
tree | 30650d5a44302cfad4ac820fbf56af9858661bac /gnu/packages/lirc.scm | |
parent | 44fc2f54c1bfc12b05eb1de7a0d248ceb798f752 (diff) | |
download | guix-4ecb544a6d360a86b7f2642cd06ee74829d10f96.tar guix-4ecb544a6d360a86b7f2642cd06ee74829d10f96.tar.gz |
gnu: lirc: Fix grammar of "allows to translate" to "translates".
* gnu/packages/lirc (lirc): Fix grammar.
Diffstat (limited to 'gnu/packages/lirc.scm')
-rw-r--r-- | gnu/packages/lirc.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/lirc.scm b/gnu/packages/lirc.scm index 5e77f1ddc2..510bc032f8 100644 --- a/gnu/packages/lirc.scm +++ b/gnu/packages/lirc.scm @@ -98,7 +98,7 @@ "LIRC allows computers to send and receive IR signals of many commonly used remote controls. The most important part of LIRC is the @code{lircd} daemon that decodes IR signals received by the device drivers. The second -daemon program @code{lircmd} allows to translate IR signals to mouse movements. +daemon program @code{lircmd} translates IR signals to mouse movements. The user space applications allow you to control your computer with a remote control: you can send X events to applications, start programs and much more on just one button press.") |