[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/05: gnu: lirc: Fix grammar of "allows to translate" to "translates".
From: |
guix-commits |
Subject: |
02/05: gnu: lirc: Fix grammar of "allows to translate" to "translates". |
Date: |
Sun, 12 Apr 2020 16:54:46 -0400 (EDT) |
vagrantc pushed a commit to branch master
in repository guix.
commit 4ecb544a6d360a86b7f2642cd06ee74829d10f96
Author: Vagrant Cascadian <address@hidden>
AuthorDate: Sun Apr 12 13:36:36 2020 -0700
gnu: lirc: Fix grammar of "allows to translate" to "translates".
* gnu/packages/lirc (lirc): Fix grammar.
---
gnu/packages/lirc.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/lirc.scm b/gnu/packages/lirc.scm
index 5e77f1d..510bc03 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.")