mirror of
https://github.com/curl/curl.git
synced 2026-04-19 08:21:14 +03:00
pop3-multi.c: Corrected copy/paste typo
This commit is contained in:
parent
2492fd30e5
commit
0089e65008
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 retrieve mail using libcurl's POP3
|
||||
* capabilities. It builds on the smtp-mail.c example to demonstrate how to use
|
||||
* capabilities. It builds on the pop3-retr.c example to demonstrate how to use
|
||||
* libcurl's multi interface.
|
||||
*
|
||||
* Note that this example requires libcurl 7.20.0 or above.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue