Commit 7408570b authored by Alessandro Ghedini's avatar Alessandro Ghedini Committed by Daniel Stenberg
Browse files

libcurl-tutorial.3: fix typo

closes #2008
parent f6535791
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);