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>
This commit is contained in:
parent
5007af8c7e
commit
befc9c4204
@ -462,7 +462,7 @@ http.lowSpeedLimit, http.lowSpeedTime::
|
|||||||
|
|
||||||
http.noEPSV::
|
http.noEPSV::
|
||||||
A boolean which disables using of EPSV ftp command by curl.
|
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'
|
support EPSV mode. Can be overridden by the 'GIT_CURL_FTP_NO_EPSV'
|
||||||
environment variable. Default is false (curl will use EPSV).
|
environment variable. Default is false (curl will use EPSV).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user