summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2020-04-12 15:36:07 -0700
committerVagrant Cascadian <vagrant@debian.org>2020-04-12 15:37:42 -0700
commit104b1bde7327f23ccb2719727d6d5e4748078825 (patch)
tree76e7b54bcbd306537eed21800b0d3e7f0424f420
parentc05181a337d91ec914c494b01d15ff256bf59ba4 (diff)
downloadpatches-104b1bde7327f23ccb2719727d6d5e4748078825.tar
patches-104b1bde7327f23ccb2719727d6d5e4748078825.tar.gz
gnu: cl-dbus: Fix grammar of "allows to publish" to "publishes".
* gnu/packages/lisp-xyz (cl-dbus): Fix grammar.
-rw-r--r--gnu/packages/lisp-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 3ea194db13..9dd2b5409d 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -6416,7 +6416,7 @@ power of CXML is available when necessary.")
("cl-xmlspam" ,sbcl-cl-xmlspam)
("ironclad" ,sbcl-ironclad)))
(synopsis "D-Bus client library for Common Lisp")
- (description "This is a Common Lisp library that allows to publish D-Bus
+ (description "This is a Common Lisp library that publishes D-Bus
objects as well as send and notify other objects connected to a bus.")
(license license:bsd-2))))