summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNate Prewitt <nate.prewitt@gmail.com>2018-09-30 21:21:33 -0600
committerDaniel Stenberg <daniel@haxx.se>2018-10-01 07:54:58 +0200
commit3edb0e369e217c7657d5164e9fe1a06aec008d1e (patch)
tree1af785a802c0b27f160ad9e1c3c346e4f4896cd2
parent570008c99da0ccbb7c84ae836af5973f26b5c516 (diff)
downloadcurl-3edb0e369e217c7657d5164e9fe1a06aec008d1e.tar.gz
MANUAL: minor grammar fix
Noticed a typo reading through the docs. Closes #3069
-rw-r--r--docs/MANUAL2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/MANUAL b/docs/MANUAL
index 2b8347408..59b97427c 100644
--- a/docs/MANUAL
+++ b/docs/MANUAL
@@ -866,7 +866,7 @@ ENVIRONMENT VARIABLES
If the host name matches one of these strings, or the host is within the
domain of one of these strings, transactions with that node will not be
proxied. When a domain is used, it needs to start with a period. A user can
- specify that both www.example.com and foo.example.com should not uses a
+ specify that both www.example.com and foo.example.com should not use a
proxy by setting NO_PROXY to ".example.com". By including the full name you
can exclude specific host names, so to make www.example.com not use a proxy
but still have foo.example.com do it, set NO_PROXY to "www.example.com"