gnu: cl-dbus: Fix grammar of "allows to publish" to "publishes".

* gnu/packages/lisp-xyz (cl-dbus): Fix grammar.
This commit is contained in:
Vagrant Cascadian 2020-04-12 15:36:07 -07:00
parent c05181a337
commit 104b1bde73
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -6416,7 +6416,7 @@ (define-public cl-dbus
("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))))