From 56b7663f73d44bf4774bfb934befb7071ed41280 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Mon, 8 Jun 2015 14:22:54 +0300 Subject: docs: Spelling fixes --- docs/examples/postit2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/examples/postit2.c') diff --git a/docs/examples/postit2.c b/docs/examples/postit2.c index 67dcc1330..88ea78c86 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(); - /* 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) { -- cgit v1.2.3