diff --git a/docs/examples/imap-multi.c b/docs/examples/imap-multi.c index 03c70c74b81fbf4f67be32f70483c72a5fa309e7..ab46d575763060bdf57ba6105eee072f516af596 100644 --- a/docs/examples/imap-multi.c +++ b/docs/examples/imap-multi.c @@ -23,7 +23,7 @@ #include /* This is a simple example showing how to fetch mail using libcurl's IMAP - * capabilities. It builds on the imap-fetch.c example to demonstrate how t + * capabilities. It builds on the imap-fetch.c example to demonstrate how to * use libcurl's multi interface. * * Note that this example requires libcurl 7.30.0 or above.