diff options
author | Alessandro Ghedini <alessandro@ghedini.me> | 2017-10-23 23:24:10 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-10-24 13:27:41 +0200 |
commit | 7408570bf04555b9e56ed1cb9ffba5621411b145 (patch) | |
tree | 28b48c2cc015599080903c09ea7374e30af0752c /docs/libcurl/libcurl-tutorial.3 | |
parent | f6535791fac4d0849aa1a4949d0436780f981eac (diff) | |
download | curl-7408570bf04555b9e56ed1cb9ffba5621411b145.tar.gz |
libcurl-tutorial.3: fix typo
closes #2008
Diffstat (limited to 'docs/libcurl/libcurl-tutorial.3')
-rw-r--r-- | docs/libcurl/libcurl-tutorial.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/libcurl-tutorial.3 b/docs/libcurl/libcurl-tutorial.3 index 187d5ca0f..6b23057de 100644 --- a/docs/libcurl/libcurl-tutorial.3 +++ b/docs/libcurl/libcurl-tutorial.3 @@ -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); |