summaryrefslogtreecommitdiff
path: root/docs/examples/smtp-mime.c
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/smtp-mime.c')
-rw-r--r--docs/examples/smtp-mime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/smtp-mime.c b/docs/examples/smtp-mime.c
index 71e2d56b1..38a0a06d7 100644
--- a/docs/examples/smtp-mime.c
+++ b/docs/examples/smtp-mime.c
@@ -107,7 +107,7 @@ int main(void)
/* Build the mime message. */
mime = curl_mime_init(curl);
- /* 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. */
alt = curl_mime_init(curl);