summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2020-04-12 16:23:00 -0700
committerVagrant Cascadian <vagrant@debian.org>2020-04-12 16:26:05 -0700
commit839f0229b43eeaea75c7626033c3184ba3e90aa1 (patch)
tree1567224391201b6bac6ff363a40f7243cd359cf9
parent0dfe4c3d7e5c0c2757701039edb94d5a53bbb9e4 (diff)
gnu: xcape: Fix grammar of "allows to use" to "uses a".
* gnu/packages/xdisorg (xcape): Fix grammar.
-rw-r--r--gnu/packages/xdisorg.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 67c14a85f18..58e827505bd 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -1055,7 +1055,7 @@ within a single process.")
1055 (home-page "https://github.com/alols/xcape") 1055 (home-page "https://github.com/alols/xcape")
1056 (synopsis "Use a modifier key in X.org as another key") 1056 (synopsis "Use a modifier key in X.org as another key")
1057 (description 1057 (description
1058 "This utility for X.org allows to use modifier key as another key when 1058 "This utility for X.org uses a modifier key as another key when
1059pressed and released on its own. The default behaviour is to generate the 1059pressed and released on its own. The default behaviour is to generate the
1060Escape key when Left Control is pressed and released on its own.") 1060Escape key when Left Control is pressed and released on its own.")
1061 (license license:gpl3+))) 1061 (license license:gpl3+)))