mirror of
https://github.com/curl/curl.git
synced 2026-05-30 07:37:33 +03:00
imap-multi.c: Corrected typo
This commit is contained in:
parent
3a4cd2ad8d
commit
0fea86afe3
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue