guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 04/04: gnu: cl-dbus: Fix grammar of "allows to publish" to "publishes".
Date: Sun, 12 Apr 2020 18:38:02 -0400 (EDT)

vagrantc pushed a commit to branch master
in repository guix.

commit 104b1bde7327f23ccb2719727d6d5e4748078825
Author: Vagrant Cascadian <address@hidden>
AuthorDate: Sun Apr 12 15:36:07 2020 -0700

    gnu: cl-dbus: Fix grammar of "allows to publish" to "publishes".
    
    * gnu/packages/lisp-xyz (cl-dbus): Fix grammar.
---
 gnu/packages/lisp-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 3ea194d..9dd2b54 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))))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]