aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Lichtenheld <frank@lichtenheld.de>2007-04-13 18:02:33 +0200
committerJunio C Hamano <junkio@cox.net>2007-04-13 19:39:28 -0700
commitbefc9c42043d67c2ccf5a8a0b660aac8e84bbeee (patch)
treeb3e2e779b548b96faa0de0f305a72c325a552347
parent5007af8c7ed04ae5074ee84491526d416d460f97 (diff)
downloadgit-befc9c42043d67c2ccf5a8a0b660aac8e84bbeee.tar.gz
git-befc9c42043d67c2ccf5a8a0b660aac8e84bbeee.tar.xz
config.txt: Fix grammatical error in description of http.noEPSV
s/doesn't/don't/ since "ftp servers" is plural Signed-off-by: Frank Lichtenheld <frank@lichtenheld.de> Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r--Documentation/config.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index e5be57048..7e41ca6a0 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -462,7 +462,7 @@ http.lowSpeedLimit, http.lowSpeedTime::
http.noEPSV::
A boolean which disables using of EPSV ftp command by curl.
- This can helpful with some "poor" ftp servers which doesn't
+ This can helpful with some "poor" ftp servers which don't
support EPSV mode. Can be overridden by the 'GIT_CURL_FTP_NO_EPSV'
environment variable. Default is false (curl will use EPSV).