From: Frank Lichtenheld Date: Fri, 13 Apr 2007 16:02:33 +0000 (+0200) Subject: config.txt: Fix grammatical error in description of http.noEPSV X-Git-Tag: v1.5.1.2~35 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=befc9c42043d67c2ccf5a8a0b660aac8e84bbeee;p=git.git 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 Signed-off-by: Junio C Hamano --- 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).