]> granicus.if.org Git - curl/commitdiff
libcurl-tutorial.3: fix typo
authorAlessandro Ghedini <alessandro@ghedini.me>
Mon, 23 Oct 2017 22:24:10 +0000 (23:24 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 24 Oct 2017 11:27:41 +0000 (13:27 +0200)
closes #2008

docs/libcurl/libcurl-tutorial.3

index 187d5ca0fab251352be6f4389457d049641b4d73..6b23057de74c10495c8e36736ecde97d134a2ff6 100644 (file)
@@ -1222,7 +1222,7 @@ alternative and a file attachment encoded in base64:
 .nf
  curl_mime *message = curl_mime_init(easyhandle);
 
- /* The inline part is an alterative proposing the html and the text
+ /* The inline part is an alternative proposing the html and the text
     versions of the e-mail. */
  curl_mime *alt = curl_mime_init(easyhandle);