gnu: wmctrl: Fix grammar of "allows to interact" to "interacts"

* gnu/packages/xdisorg (wmctrl): Fix grammar.
This commit is contained in:
Vagrant Cascadian 2020-04-12 12:56:31 -07:00
parent 0b14f150e9
commit 0cf069c2a5
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -602,7 +602,7 @@ (define-public wmctrl
(home-page "http://tomas.styblo.name/wmctrl/")
(synopsis "Command-line tool to control X window managers")
(description
"Wmctrl allows to interact with an X window manager that is compatible
"Wmctrl interacts with an X window manager that is compatible
with the EWMH/NetWM specification. It can query the window manager for
information, and request for certain window management actions (resize and
move windows, switch between desktops, etc.).")