diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2015-06-08 14:22:54 +0300 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-06-08 13:43:31 +0200 |
commit | 56b7663f73d44bf4774bfb934befb7071ed41280 (patch) | |
tree | a3519bcdd6ab9a98ba36658555a8ef749787eed6 /docs/examples/multi-post.c | |
parent | 025dbe46df8385c3d0a76874758232e7eabc5013 (diff) | |
download | curl-56b7663f73d44bf4774bfb934befb7071ed41280.tar.gz |
docs: Spelling fixes
Diffstat (limited to 'docs/examples/multi-post.c')
-rw-r--r-- | docs/examples/multi-post.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/multi-post.c b/docs/examples/multi-post.c index f511d66fd..5bfdcfd1e 100644 --- a/docs/examples/multi-post.c +++ b/docs/examples/multi-post.c @@ -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) { |