]> granicus.if.org Git - curl/commitdiff
imap-multi.c: Corrected typo
authorSteve Holme <steve_holme@hotmail.com>
Sun, 12 Jan 2014 18:26:46 +0000 (18:26 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Sun, 12 Jan 2014 18:27:33 +0000 (18:27 +0000)
docs/examples/imap-multi.c

index 03c70c74b81fbf4f67be32f70483c72a5fa309e7..ab46d575763060bdf57ba6105eee072f516af596 100644 (file)
@@ -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.