aboutsummaryrefslogtreecommitdiff
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/smtp-vrfy.c b/docs/examples/smtp-vrfy.c
index b45747801..4e44cea96 100644
--- a/docs/examples/smtp-vrfy.c
+++ b/docs/examples/smtp-vrfy.c
@@ -28,7 +28,7 @@
*
* Notes:
*
- * 1) This example requires libcurl v7.34.0 or above.
+ * 1) This example requires libcurl 7.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.