diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2020-04-12 12:56:31 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2020-04-12 13:04:39 -0700 |
commit | 0cf069c2a5ebc81fc5776e48e9065f8ec2b690a6 (patch) | |
tree | b3eef7a7b06327326954575d1157c0737c9cda7a | |
parent | 0b14f150e9a4ad9155319c86234fb6a826649141 (diff) | |
download | guix-0cf069c2a5ebc81fc5776e48e9065f8ec2b690a6.tar.gz guix-0cf069c2a5ebc81fc5776e48e9065f8ec2b690a6.zip |
gnu: wmctrl: Fix grammar of "allows to interact" to "interacts"
* gnu/packages/xdisorg (wmctrl): Fix grammar.
-rw-r--r-- | gnu/packages/xdisorg.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index 8605f7c03a..4a8b7ebfe5 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -602,7 +602,7 @@ System style license, and has no special dependencies.") (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.).") |