]> granicus.if.org Git - curl/commitdiff
docs: fix typos in man pages
authorAlessandro Ghedini <alessandro@ghedini.me>
Wed, 24 Jan 2018 11:13:51 +0000 (11:13 +0000)
committerJay Satiro <raysatiro@yahoo.com>
Sat, 27 Jan 2018 19:50:40 +0000 (14:50 -0500)
Closes https://github.com/curl/curl/pull/2266

docs/libcurl/curl_global_init.3
docs/libcurl/libcurl-env.3

index df558f3139b111963c52bc6af90a5fc152809665..3ba8e33abb9d726e54ed6942e5ff9f6140ebc2a2 100644 (file)
@@ -62,7 +62,7 @@ Initialize everything possible. This sets all known bits except
 \fBCURL_GLOBAL_ACK_EINTR\fP.
 
 .IP CURL_GLOBAL_SSL
-(This flag's presence or absense serves no meaning since 7.57.0. The
+(This flag's presence or absence serves no meaning since 7.57.0. The
 description below is for older libcurl versions.)
 
 Initialize SSL.
index 3eb3b42e2e50a64ed58c16f7f2a4bb454e8f0d1e..7bab37f5f6a60eace2a5fdbf45539ff5d8f8f70e 100644 (file)
@@ -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