aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/libcurl-env.3
diff options
context:
space:
mode:
authorAlessandro Ghedini <alessandro@ghedini.me>2018-01-24 11:13:51 +0000
committerJay Satiro <raysatiro@yahoo.com>2018-01-27 14:50:40 -0500
commit4021bac4cdc920e44def9b05bdd0bf7cd1b0c4b5 (patch)
treee72eb5e1871a175f6dabbf006340ef5dd4b6f37d /docs/libcurl/libcurl-env.3
parentbd5b9e50ce10e75048c3f584b2c7784d31504f0c (diff)
docs: fix typos in man pages
Closes https://github.com/curl/curl/pull/2266
Diffstat (limited to 'docs/libcurl/libcurl-env.3')
-rw-r--r--docs/libcurl/libcurl-env.34
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/libcurl/libcurl-env.3 b/docs/libcurl/libcurl-env.3
index 3eb3b42e2..7bab37f5f 100644
--- a/docs/libcurl/libcurl-env.3
+++ b/docs/libcurl/libcurl-env.3
@@ -36,7 +36,7 @@ will use the "ftp_proxy" variable.
These proxy variables are also checked for in their uppercase versions, except
the "http_proxy" one which is only used lowercase. Note also that some systems
-actually have a case insensitve handling of environment variables and then of
+actually have a case insensitive handling of environment variables and then of
course "HTTP_PROXY" will still work...
.IP ALL_PROXY
This is a setting to set proxy for all URLs, independently of what scheme is
@@ -46,7 +46,7 @@ set.
When libcurl is built to support multiple SSL backends, it will select a
specific backend at first use. If no selection is done by the program using
libcurl, this variable's selection will be used. It should be set to the full
-SSL backend name to use (case insensitve).
+SSL backend name to use (case insensitive).
.IP HOME
When the netrc feature is used (\fICURLOPT_NETRC(3)\fP), this variable is
checked as the primary way to find the "current" home directory in which