mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
services: git-daemon: Fix typo in docstring.
* gnu/services/version-control.scm (git-daemon-service): Fix docstring typo.
This commit is contained in:
parent
a7e5d95697
commit
d2f2c09d27
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ (define git-daemon-service-type
|
|||
|
||||
(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
|
||||
|
|
Loading…
Reference in a new issue