diff --git a/gnu/services/spice.scm b/gnu/services/spice.scm
index 2f9dfd57ac95a7ce43683cab34f408a67ecb818f..8a835fe78e225b4e8c49635be5e14cefddc47eeb 100644
--- a/gnu/services/spice.scm
+++ b/gnu/services/spice.scm
@@ -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))