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/xmlstream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/examples/xmlstream.c') diff --git a/docs/examples/xmlstream.c b/docs/examples/xmlstream.c index 4d67f98eb..819344502 100644 --- a/docs/examples/xmlstream.c +++ b/docs/examples/xmlstream.c @@ -120,7 +120,7 @@ int main(void) XML_SetElementHandler(parser, startElement, endElement); XML_SetCharacterDataHandler(parser, characterDataHandler); - /* Initalize a libcurl handle. */ + /* Initialize a libcurl handle. */ curl_global_init(CURL_GLOBAL_ALL ^ CURL_GLOBAL_SSL); curl_handle = curl_easy_init(); curl_easy_setopt(curl_handle, CURLOPT_URL, "http://www.w3schools.com/xml/simple.xml"); -- cgit v1.2.3