From 149e0c8d104bf6b924e68902c2029c009b6be93d Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sun, 5 Jan 2014 17:50:14 +0000 Subject: Examples: Renamed SMTP MAIL example to match other email examples --- docs/examples/smtp-ssl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/examples/smtp-ssl.c') diff --git a/docs/examples/smtp-ssl.c b/docs/examples/smtp-ssl.c index d5eac3cbc..0d8a64b53 100644 --- a/docs/examples/smtp-ssl.c +++ b/docs/examples/smtp-ssl.c @@ -24,7 +24,7 @@ #include /* This is a simple example showing how to send mail using libcurl's SMTP - * capabilities. It builds on the smtp-send.c example to add authentication + * capabilities. It builds on the smtp-mail.c example to add authentication * and, more importantly, transport security to protect the authentication * details from being snooped. */ -- cgit v1.2.3