me
/
guix
Archived
1
0
Fork 0

services: git-daemon: Fix typo in docstring.

* gnu/services/version-control.scm (git-daemon-service): Fix docstring
typo.
master
Tobias Geerinckx-Rice 2021-04-09 19:47:14 +02:00
parent a7e5d95697
commit d2f2c09d27
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View 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