diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-01-12 18:26:46 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-01-12 18:27:33 +0000 |
commit | 0fea86afe373e852a363754e76c210815e156f55 (patch) | |
tree | d8f9c73107d6f045eeb7ec51ba88229ef6bb4dd5 | |
parent | 3a4cd2ad8d309d2dfc6f696f2520ea1f947fc639 (diff) |
imap-multi.c: Corrected typo
-rw-r--r-- | docs/examples/imap-multi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/imap-multi.c b/docs/examples/imap-multi.c index 03c70c74b..ab46d5757 100644 --- a/docs/examples/imap-multi.c +++ b/docs/examples/imap-multi.c @@ -23,7 +23,7 @@ #include <curl/curl.h> /* 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. |