X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=docs%2Fexamples%2Fpostit2.c;h=67dcc1330be4598346ae52898d3023fcbbdbaa14;hb=7a9f915fa6be8c8955ff2c59169538a4d0349080;hp=88ea78c86645a7885f01994dde88371c121c6015;hpb=2bc9d6bb53df44a0c5174767de734620c2cdfd9e;p=platform%2Fupstream%2Fcurl.git diff --git a/docs/examples/postit2.c b/docs/examples/postit2.c index 88ea78c..67dcc13 100644 --- a/docs/examples/postit2.c +++ b/docs/examples/postit2.c @@ -73,7 +73,7 @@ int main(int argc, char *argv[]) CURLFORM_END); curl = curl_easy_init(); - /* initialize custom header list (stating that Expect: 100-continue is not + /* initalize custom header list (stating that Expect: 100-continue is not wanted */ headerlist = curl_slist_append(headerlist, buf); if(curl) {