gnu: git-daemon-service-type: Fix typo "repositories".

* gnu/services/version-control (git-daemon-service-type)[description]: Fix typo.
master
Vagrant Cascadian 2019-05-22 17:54:22 -07:00
parent f3a2c29750
commit f8df47633c
No known key found for this signature in database
GPG Key ID: DC518FC87F9716AA
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@
(service-extension activation-service-type
git-daemon-activation)))
(description
"Expose Git respositories over the insecure @code{git://} TCP-based
"Expose Git repositories over the insecure @code{git://} TCP-based
protocol.")
(default-value (git-daemon-configuration))))