aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/smtp-vrfy.c
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2013-12-31 14:28:47 +0000
committerSteve Holme <steve_holme@hotmail.com>2013-12-31 14:37:49 +0000
commit18a6467c8c33be94227bd85dcb22323f267a4bc9 (patch)
tree2d69217a889bce963ea87848da8364750dc2b8bf /docs/examples/smtp-vrfy.c
parent7b368e7f943e9391ed61e0ff1e5db5d2a53ae2eb (diff)
examples: Added SMTP EXPN command example
Diffstat (limited to 'docs/examples/smtp-vrfy.c')
-rw-r--r--docs/examples/smtp-vrfy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/smtp-vrfy.c b/docs/examples/smtp-vrfy.c
index c517b7aea..4cb0edf82 100644
--- a/docs/examples/smtp-vrfy.c
+++ b/docs/examples/smtp-vrfy.c
@@ -28,7 +28,7 @@
*
* Notes:
*
- * 1) That this example requires libcurl v7.34.0 or above.
+ * 1) This example requires libcurl v7.34.0 or above.
* 2) Not all email servers support this command and even if your email server
* does support it, it may respond with a 252 response code even though the
* address doesn't exist.