config.txt: Fix grammatical error in description of http.noEPSV
authorFrank Lichtenheld <frank@lichtenheld.de>
Fri, 13 Apr 2007 16:02:33 +0000 (18:02 +0200)
committerJunio C Hamano <junkio@cox.net>
Sat, 14 Apr 2007 02:39:28 +0000 (19:39 -0700)
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>
Documentation/config.txt

index e5be5704814755d884a11d6e7f73736fbd78c813..7e41ca6a0d3e4329d1efc10b4dcb90613975e5bd 100644 (file)
@@ -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).