summaryrefslogtreecommitdiff
path: root/gnu/packages/lisp-xyz.scm
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2020-04-12 13:33:27 -0700
committerVagrant Cascadian <vagrant@debian.org>2020-04-12 13:35:06 -0700
commit102fc7bc194c35562f189d899cb6ca1b067a4567 (patch)
tree21b1dd791cfa8e63b3aef6095bad5f079d5c2e7f /gnu/packages/lisp-xyz.scm
parent3bb22e5433919816c021aaba1f6d1220d1a57151 (diff)
downloadguix-patches-102fc7bc194c35562f189d899cb6ca1b067a4567.tar
guix-patches-102fc7bc194c35562f189d899cb6ca1b067a4567.tar.gz
gnu: sbcl-unix-opts: Fix grammar of "allows to precisely control" to
"precisely controls". * gnu/packages/lisp-xyz (sbcl-unix-opts): Fix grammar.
Diffstat (limited to 'gnu/packages/lisp-xyz.scm')
-rw-r--r--gnu/packages/lisp-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 7edaf6bd1e..024daa4481 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -2785,8 +2785,8 @@ advantage of the library is the ability to concisely define command line
options once and then use this definition for parsing and extraction of
command line arguments, as well as printing description of command line
options (you get --help for free). This way you don't need to repeat
-yourself. Also, @command{unix-opts} doesn't depend on anything and allows to
-precisely control behavior of the parser via Common Lisp restarts.")
+yourself. Also, @command{unix-opts} doesn't depend on anything and
+precisely controls the behavior of the parser via Common Lisp restarts.")
(license license:expat)))
(define-public cl-unix-opts