rekado pushed a commit to branch master
in repository guix.

commit 35d438439c979ee629804ebf54a64d574d136530
Author: Ricardo Wurmus <rek...@elephly.net>
Date:   Tue May 22 12:16:49 2018 +0200

    gnu: emacs-daemons: Fix typo in description.
    
    * gnu/packages/emacs.scm (emacs-daemons)[description]: Fix typo.
---
 gnu/packages/emacs.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 053fe6d..da68e00 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -10491,6 +10491,6 @@ device tree files.")
     (description
      "This is an Emacs mode to give you a UI for managing init system
 daemons (services) for those getting tired of typing out @code{sudo service
-my_thing reload} all the time.  Its offers a consistent UI over different init
+my_thing reload} all the time.  It offers a consistent UI over different init
 systems.")
     (license license:gpl3+)))

Reply via email to