aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/pop3-multi.c
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2014-01-12 18:06:06 +0000
committerSteve Holme <steve_holme@hotmail.com>2014-01-12 18:11:22 +0000
commit0089e6500828f4b7ac4e72448a6fb0b412e643eb (patch)
tree73daabfbff12d423d1aad3037e0bab81da652de0 /docs/examples/pop3-multi.c
parent2492fd30e5ea7501de2e43a0fcfd27f6c8e8999b (diff)
pop3-multi.c: Corrected copy/paste typo
Diffstat (limited to 'docs/examples/pop3-multi.c')
-rw-r--r--docs/examples/pop3-multi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/pop3-multi.c b/docs/examples/pop3-multi.c
index b2dfddd1b..46ccf488c 100644
--- a/docs/examples/pop3-multi.c
+++ b/docs/examples/pop3-multi.c
@@ -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.