From 4bd91bc4742dbf194dd7a63519aa1ed32e4db47d Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sun, 3 Jun 2018 12:14:45 +0000 Subject: spelling fixes Detected using the `codespell` tool (version 1.13.0). Also secure and fix an URL. --- docs/examples/smtp-mime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/examples/smtp-mime.c') diff --git a/docs/examples/smtp-mime.c b/docs/examples/smtp-mime.c index dcd867f68..35997fa0e 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); -- cgit v1.2.3