]> granicus.if.org Git - curl/commitdiff
MANUAL: minor grammar fix
authorNate Prewitt <nate.prewitt@gmail.com>
Mon, 1 Oct 2018 03:21:33 +0000 (21:21 -0600)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 1 Oct 2018 05:54:58 +0000 (07:54 +0200)
Noticed a typo reading through the docs.

Closes #3069

docs/MANUAL

index 2b83474086eac79ad7f954a4c787e4620e6ddbb1..59b97427c7be9a7b5c93f22d4f01445df53ba94c 100644 (file)
@@ -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"