summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-07-22 19:55:40 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-07-22 19:55:41 (GMT)
commit9cbd27b19a2df0484fb1f3a4a227abdbeab3c23d (patch)
tree50aef8a4d37ae500a008fd252e27ae677f956fb4 /Documentation
parenteab69dc449c002379dab26f0f8e2472fbf794c0b (diff)
parentc6056fbc614100f971d01bbff5dc4a7e8eaa9bcb (diff)
downloadgit-9cbd27b19a2df0484fb1f3a4a227abdbeab3c23d.zip
git-9cbd27b19a2df0484fb1f3a4a227abdbeab3c23d.tar.gz
git-9cbd27b19a2df0484fb1f3a4a227abdbeab3c23d.tar.bz2
Merge branch 'ms/daemon-doc-typo'
* ms/daemon-doc-typo: Documentation/git-daemon: add missing word
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-daemon.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-daemon.txt b/Documentation/git-daemon.txt
index 31b28fc..e8f7577 100644
--- a/Documentation/git-daemon.txt
+++ b/Documentation/git-daemon.txt
@@ -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