closes #2008
This commit is contained in:
Alessandro Ghedini 2017-10-23 23:24:10 +01:00 коммит произвёл Daniel Stenberg
Родитель f6535791fa
Коммит 7408570bf0
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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);