diff options
author | Alex Chan <alex@alexwlchan.net> | 2016-11-15 09:47:07 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-11-15 15:41:45 +0100 |
commit | 771f3f22dd2514b07c5957f91cedce90766f67eb (patch) | |
tree | 7a952777c74022db3d2ce29e31fb47c0268ec04b /docs/INTERNALS.md | |
parent | cfd69c133984a5df3de63b4f8c5f64885c6e33ae (diff) | |
download | curl-771f3f22dd2514b07c5957f91cedce90766f67eb.tar.gz |
docs: Spelling fixes
Diffstat (limited to 'docs/INTERNALS.md')
-rw-r--r-- | docs/INTERNALS.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/INTERNALS.md b/docs/INTERNALS.md index 9da5ef637..77b993ecc 100644 --- a/docs/INTERNALS.md +++ b/docs/INTERNALS.md @@ -973,7 +973,7 @@ for older and later versions as things don't change drastically that often. to work with. `->scheme` is the URL scheme name, usually spelled out in uppercase. That's - "HTTP" or "FTP" etc. SSL versions of the protcol need its own `Curl_handler` + "HTTP" or "FTP" etc. SSL versions of the protocol need its own `Curl_handler` setup so HTTPS separate from HTTP. `->setup_connection` is called to allow the protocol code to allocate |