aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/smtp-ssl.c
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2014-01-05 17:50:14 +0000
committerSteve Holme <steve_holme@hotmail.com>2014-01-05 17:51:18 +0000
commit149e0c8d104bf6b924e68902c2029c009b6be93d (patch)
treecce10fa4fe65a2c2ae98ffecadff91ac3dc8e746 /docs/examples/smtp-ssl.c
parent0f4bf77bd378e51f0c51de5444dfd396c23ee6bf (diff)
Examples: Renamed SMTP MAIL example to match other email examples
Diffstat (limited to 'docs/examples/smtp-ssl.c')
-rw-r--r--docs/examples/smtp-ssl.c2
1 files changed, 1 insertions, 1 deletions
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 <curl/curl.h>
/* 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.
*/