services: git-daemon: Fix typo in docstring.
authorTobias Geerinckx-Rice <me@tobias.gr>
Fri, 9 Apr 2021 17:47:14 +0000 (19:47 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Sat, 10 Apr 2021 12:11:26 +0000 (14:11 +0200)
* gnu/services/version-control.scm (git-daemon-service): Fix docstring
typo.

gnu/services/version-control.scm

index f3df0b9..8cb5633 100644 (file)
@@ -163,7 +163,7 @@ protocol.")
 
 (define* (git-daemon-service #:key (config (git-daemon-configuration)))
   "Return a service that runs @command{git daemon}, a simple TCP server to
-expose repositories over the Git protocol for annoymous access.
+expose repositories over the Git protocol for anonymous access.
 
 The optional @var{config} argument should be a
 @code{<git-daemon-configuration>} object, by default it allows read-only