pop3-multi.c: Corrected copy/paste typo
authorSteve Holme <steve_holme@hotmail.com>
Sun, 12 Jan 2014 18:06:06 +0000 (18:06 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Sun, 12 Jan 2014 18:11:22 +0000 (18:11 +0000)
docs/examples/pop3-multi.c

index b2dfddd..46ccf48 100644 (file)
@@ -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.