summaryrefslogtreecommitdiff
path: root/docs/examples/smtp-mail.c
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/smtp-mail.c')
-rw-r--r--docs/examples/smtp-mail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/smtp-mail.c b/docs/examples/smtp-mail.c
index af4d1b65b..eea90b8a8 100644
--- a/docs/examples/smtp-mail.c
+++ b/docs/examples/smtp-mail.c
@@ -24,7 +24,7 @@
#include <curl/curl.h>
/* This is a simple example showing how to send mail using libcurl's SMTP
- * capabilities. For an exmaple of using the multi interface please see
+ * capabilities. For an example of using the multi interface please see
* smtp-multi.c.
*
* Note that this example requires libcurl 7.20.0 or above.