services: Fix typo in spice-vdagent-service.

* gnu/services/spice.scm (spice-vdagent-service): Fix typo.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
Damien Cassou 2020-01-26 18:03:23 +01:00 committed by Danny Milosavljevic
parent 3cb8cb6660
commit 9a5edd0240
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -72,7 +72,7 @@ (define spice-vdagent-service-type
(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))