From c6056fbc614100f971d01bbff5dc4a7e8eaa9bcb Mon Sep 17 00:00:00 2001
From: Michael Schubert <mschub@elegosoft.com>
Date: Mon, 16 Jul 2012 13:50:31 +0200
Subject: [PATCH] Documentation/git-daemon: add missing word

Signed-off-by: Michael Schubert <mschub@elegosoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
---
 Documentation/git-daemon.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/git-daemon.txt b/Documentation/git-daemon.txt
index efdcdadea70..1a4e90ab56c 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