summaryrefslogtreecommitdiff
path: root/docs/examples/smtp-vrfy.c
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/smtp-vrfy.c')
-rw-r--r--docs/examples/smtp-vrfy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/smtp-vrfy.c b/docs/examples/smtp-vrfy.c
index 26819a50a..3720351d3 100644
--- a/docs/examples/smtp-vrfy.c
+++ b/docs/examples/smtp-vrfy.c
@@ -21,7 +21,7 @@
***************************************************************************/
/* <DESC>
- * SMTP example showing how to verify an e-mail address
+ * SMTP example showing how to verify an email address
* </DESC>
*/
@@ -29,7 +29,7 @@
#include <string.h>
#include <curl/curl.h>
-/* This is a simple example showing how to verify an e-mail address from an
+/* This is a simple example showing how to verify an email address from an
* SMTP server.
*
* Notes: