Browse Source

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>
maint
Frank Lichtenheld 18 years ago committed by Junio C Hamano
parent
commit
befc9c4204
  1. 2
      Documentation/config.txt

2
Documentation/config.txt

@ -462,7 +462,7 @@ http.lowSpeedLimit, http.lowSpeedTime:: @@ -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).


Loading…
Cancel
Save