diff options
Diffstat (limited to 'docs/examples/smtp-vrfy.c')
-rw-r--r-- | docs/examples/smtp-vrfy.c | 2 |
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. |