summaryrefslogtreecommitdiff
path: root/Documentation/config/http.txt
diff options
context:
space:
mode:
authorThomas Ackermann <th.acker@arcor.de>2021-01-03 14:25:50 (GMT)
committerJunio C Hamano <gitster@pobox.com>2021-01-04 19:27:48 (GMT)
commit7efc37820508ba00ab426b3f901865f8bd3bdcef (patch)
tree4a5ba162fab9a552cc64ffe229d16c8ad0c6669b /Documentation/config/http.txt
parent71ca53e8125e36efbda17293c50027d31681a41f (diff)
downloadgit-7efc37820508ba00ab426b3f901865f8bd3bdcef.zip
git-7efc37820508ba00ab426b3f901865f8bd3bdcef.tar.gz
git-7efc37820508ba00ab426b3f901865f8bd3bdcef.tar.bz2
doc: fix some typos
Signed-off-by: Thomas Ackermann <th.acker@arcor.de> Acked-by: Martin Ă…gren <martin.agren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/config/http.txt')
-rw-r--r--Documentation/config/http.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/config/http.txt b/Documentation/config/http.txt
index 3968fbb..7003661 100644
--- a/Documentation/config/http.txt
+++ b/Documentation/config/http.txt
@@ -42,12 +42,12 @@ http.proxySSLKey::
http.proxySSLCertPasswordProtected::
Enable Git's password prompt for the proxy SSL certificate. Otherwise OpenSSL
will prompt the user, possibly many times, if the certificate or private key
- is encrypted. Can be overriden by the `GIT_PROXY_SSL_CERT_PASSWORD_PROTECTED`
+ is encrypted. Can be overridden by the `GIT_PROXY_SSL_CERT_PASSWORD_PROTECTED`
environment variable.
http.proxySSLCAInfo::
Pathname to the file containing the certificate bundle that should be used to
- verify the proxy with when using an HTTPS proxy. Can be overriden by the
+ verify the proxy with when using an HTTPS proxy. Can be overridden by the
`GIT_PROXY_SSL_CAINFO` environment variable.
http.emptyAuth::