Merge branch 'ms/daemon-doc-typo' into maint

* ms/daemon-doc-typo:
  Documentation/git-daemon: add missing word
This commit is contained in:
Junio C Hamano 2012-08-06 15:39:16 -07:00
Родитель 05f5ba6b5d c6056fbc61
Коммит c2e585f530
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -204,7 +204,7 @@ receive-pack::
can push anything into the repository, including removal
of refs). This is solely meant for a closed LAN setting
where everybody is friendly. This service can be
enabled by `daemon.receivepack` configuration item to
enabled by setting `daemon.receivepack` configuration item to
`true`.
EXAMPLES