mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-23 21:17:11 -05:00
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:
parent
3cb8cb6660
commit
9a5edd0240
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue