diff options
author | Junio C Hamano <gitster@pobox.com> | 2020-01-30 14:17:10 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-01-30 14:17:10 -0800 |
commit | aff812ce3cb81decaff5d14b2e5122120c8fa894 (patch) | |
tree | a7bb863548015a4d16d2f48dcc26e56342ee5535 /Documentation | |
parent | Merge branch 'rt/submodule-i18n' (diff) | |
parent | docs: use "currently" for the present time (diff) | |
download | tgif-aff812ce3cb81decaff5d14b2e5122120c8fa894.tar.xz |
Merge branch 'bc/actualmente'
Doc grammo fix.
* bc/actualmente:
docs: use "currently" for the present time
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/config/http.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/config/http.txt b/Documentation/config/http.txt index 5a32f5b0a5..8471b39f0f 100644 --- a/Documentation/config/http.txt +++ b/Documentation/config/http.txt @@ -71,7 +71,7 @@ http.saveCookies:: http.version:: Use the specified HTTP protocol version when communicating with a server. If you want to force the default. The available and default version depend - on libcurl. Actually the possible values of + on libcurl. Currently the possible values of this option are: - HTTP/2 @@ -84,7 +84,7 @@ http.sslVersion:: particular configuration of the crypto library in use. Internally this sets the 'CURLOPT_SSL_VERSION' option; see the libcurl documentation for more details on the format of this option and - for the ssl version supported. Actually the possible values of + for the ssl version supported. Currently the possible values of this option are: - sslv2 |