]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ms/daemon-doc-typo'
authorJunio C Hamano <gitster@pobox.com>
Sun, 22 Jul 2012 19:55:40 +0000 (12:55 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 22 Jul 2012 19:55:41 +0000 (12:55 -0700)
* ms/daemon-doc-typo:
  Documentation/git-daemon: add missing word

Documentation/git-daemon.txt

index 31b28fc29fc6e01e8505f2179b08082cf734377c..e8f757704c7fcf93e8e19f66c34557b8887ef29a 100644 (file)
@@ -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