docs: Spelling fixes

This commit is contained in:
Ville Skyttä 2015-06-08 14:22:54 +03:00 committed by Daniel Stenberg
parent 025dbe46df
commit 56b7663f73
21 changed files with 25 additions and 25 deletions

View file

@ -64,7 +64,7 @@ int main(void)
curl = curl_easy_init();
multi_handle = curl_multi_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 && multi_handle) {