mirror of
https://github.com/curl/curl.git
synced 2026-08-06 12:26:14 +03:00
docs: Spelling fixes
This commit is contained in:
parent
025dbe46df
commit
56b7663f73
21 changed files with 25 additions and 25 deletions
|
|
@ -73,7 +73,7 @@ int main(int argc, char *argv[])
|
|||
CURLFORM_END);
|
||||
|
||||
curl = curl_easy_init();
|
||||
/* initalize custom header list (stating that Expect: 100-continue is not
|
||||
/* initialize custom header list (stating that Expect: 100-continue is not
|
||||
wanted */
|
||||
headerlist = curl_slist_append(headerlist, buf);
|
||||
if(curl) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue