services: Fix typo in spice-vdagent-service.
* gnu/services/spice.scm (spice-vdagent-service): Fix typo. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>master
parent
3cb8cb6660
commit
9a5edd0240
|
@ -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))
|
||||
|
|
Reference in New Issue