language: "email"

Missed three occurrences.

Follow-up to 7a92f86
This commit is contained in:
Daniel Stenberg 2021-12-20 13:49:03 +01:00
parent 556a42edfb
commit e7e5cc4c63
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
2 changed files with 3 additions and 3 deletions

View file

@ -1221,7 +1221,7 @@ alternative and a file attachment encoded in base64:
curl_mime *message = curl_mime_init(easyhandle);
/* The inline part is an alternative proposing the html and the text
versions of the e-mail. */
versions of the email. */
curl_mime *alt = curl_mime_init(easyhandle);
/* HTML message. */