services: Fix typo in spice-vdagent-service.
authorDamien Cassou <damien@cassou.me>
Sun, 26 Jan 2020 17:03:23 +0000 (18:03 +0100)
committerDanny Milosavljevic <dannym@scratchpost.org>
Sun, 26 Jan 2020 17:45:09 +0000 (18:45 +0100)
* gnu/services/spice.scm (spice-vdagent-service): Fix typo.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
gnu/services/spice.scm

index 2f9dfd5..8a835fe 100644 (file)
@@ -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))