Skip to content
Snippets Groups Projects
Commit 0089e650 authored by Steve Holme's avatar Steve Holme
Browse files

pop3-multi.c: Corrected copy/paste typo

parent 2492fd30
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment