docs: Fix some typos

[skip ci]
This commit is contained in:
Dan Fandrich 2020-12-12 09:59:10 -08:00
parent c29db0303d
commit 2a264d494e
7 changed files with 18 additions and 17 deletions

View file

@ -184,8 +184,9 @@ Library
`curl_global_init()` and `curl_global_cleanup()` should be called by the
application to initialize and clean up global stuff in the library. As of
today, it can handle the global SSL initing if SSL is enabled and it can init
the socket layer on windows machines. libcurl itself has no "global" scope.
today, it can handle the global SSL initialization if SSL is enabled and it
can initialize the socket layer on Windows machines. libcurl itself has no
"global" scope.
All printf()-style functions use the supplied clones in `lib/mprintf.c`. This
makes sure we stay absolutely platform independent.
@ -226,7 +227,7 @@ Curl_connect()
This function makes sure there's an allocated and initiated `connectdata`
struct that is used for this particular connection only (although there may
be several requests performed on the same connect). A bunch of things are
inited/inherited from the `Curl_easy` struct.
initialized/inherited from the `Curl_easy` struct.
<a name="multi_do"></a>
multi_do()