spelling fixes

Detected using the `codespell` tool.

Also contains one URL protocol upgrade.

Closes https://github.com/curl/curl/pull/2334
This commit is contained in:
Viktor Szakats 2018-02-23 23:29:01 +00:00
parent 06df42410e
commit 7e35eb7729
32 changed files with 49 additions and 48 deletions

View file

@ -856,7 +856,7 @@ discussed. Instead, the only way to have SSL work over a HTTP proxy is to ask
the proxy to tunnel trough everything without being able to check or fiddle
with the traffic.
Opening an SSL connection over a HTTP proxy is therefor a matter of asking the
Opening an SSL connection over a HTTP proxy is therefore a matter of asking the
proxy for a straight connection to the target host on a specified port. This
is made with the HTTP request CONNECT. ("please mr proxy, connect me to that
remote host").