summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorMichael Schubert <mschub@elegosoft.com>2012-07-16 11:50:31 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-07-16 16:39:24 (GMT)
commitc6056fbc614100f971d01bbff5dc4a7e8eaa9bcb (patch)
tree27ecfe55d4049332e71ff64533af91da788740de /Documentation
parentbdd7379566cf7b1f1c9bfe42e794c8f1821971f7 (diff)
downloadgit-c6056fbc614100f971d01bbff5dc4a7e8eaa9bcb.zip
git-c6056fbc614100f971d01bbff5dc4a7e8eaa9bcb.tar.gz
git-c6056fbc614100f971d01bbff5dc4a7e8eaa9bcb.tar.bz2
Documentation/git-daemon: add missing word
Signed-off-by: Michael Schubert <mschub@elegosoft.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
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 efdcdad..1a4e90a 100644
--- a/Documentation/git-daemon.txt
+++ b/Documentation/git-daemon.txt
@@ -183,7 +183,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