Revert "Imported Upstream version 7.44.0"
[platform/upstream/curl.git] / docs / examples / smtp-mail.c
index eea90b8..af4d1b6 100644 (file)
@@ -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 example of using the multi interface please see
+ * capabilities. For an exmaple of using the multi interface please see
  * smtp-multi.c.
  *
  * Note that this example requires libcurl 7.20.0 or above.