guix-commits
[Top][All Lists]
Advanced

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

branch master updated: services: Fix typo in spice-vdagent-service.


From: guix-commits
Subject: branch master updated: services: Fix typo in spice-vdagent-service.
Date: Sun, 26 Jan 2020 12:45:55 -0500

This is an automated email from the git hooks/post-receive script.

dannym pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9a5edd0  services: Fix typo in spice-vdagent-service.
9a5edd0 is described below

commit 9a5edd02405b9ee70bc2f93b91483e8da2eadfd3
Author: Damien Cassou <address@hidden>
AuthorDate: Sun Jan 26 18:03:23 2020 +0100

    services: Fix typo in spice-vdagent-service.
    
    * gnu/services/spice.scm (spice-vdagent-service): Fix typo.
    
    Signed-off-by: Danny Milosavljevic <address@hidden>
---
 gnu/services/spice.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/services/spice.scm b/gnu/services/spice.scm
index 2f9dfd5..8a835fe 100644
--- a/gnu/services/spice.scm
+++ b/gnu/services/spice.scm
@@ -72,7 +72,7 @@
 
 (define* (spice-vdagent-service
           #:optional (config (spice-vdagent-configuration)))
-  "Start the @command{vdagentd} and @command{vdagent} deamons
+  "Start the @command{vdagentd} and @command{vdagent} daemons
 from @var{spice-vdagent} to enable guest window resizing and
 clipboard sharing."
   (service spice-vdagent-service-type config))



reply via email to

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