summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Cassou <damien@cassou.me>2020-01-26 18:03:23 +0100
committerDanny Milosavljevic <dannym@scratchpost.org>2020-01-26 18:45:09 +0100
commit9a5edd02405b9ee70bc2f93b91483e8da2eadfd3 (patch)
tree3a377157c3e69a824117158587e25c4e3ba71ec1
parent3cb8cb666069804551148b9c49ebaea6b3a9973e (diff)
downloadpatches-9a5edd02405b9ee70bc2f93b91483e8da2eadfd3.tar
patches-9a5edd02405b9ee70bc2f93b91483e8da2eadfd3.tar.gz
services: Fix typo in spice-vdagent-service.
* gnu/services/spice.scm (spice-vdagent-service): Fix typo. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
-rw-r--r--gnu/services/spice.scm2
1 files changed, 1 insertions, 1 deletions
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))