>From 882cacc9c9a5f142538a1b11e17093f261815f63 Mon Sep 17 00:00:00 2001 From: Damien Cassou Date: Sun, 26 Jan 2020 18:01:29 +0100 Subject: [PATCH] * gnu/services/spice.scm (spice-vdagent-service): Fix typo --- 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 2f9dfd57ac..8a835fe78e 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)) -- 2.24.1