From 0089e6500828f4b7ac4e72448a6fb0b412e643eb Mon Sep 17 00:00:00 2001
From: Steve Holme <steve_holme@hotmail.com>
Date: Sun, 12 Jan 2014 18:06:06 +0000
Subject: [PATCH] pop3-multi.c: Corrected copy/paste typo

---
 docs/examples/pop3-multi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/examples/pop3-multi.c b/docs/examples/pop3-multi.c
index b2dfddd1b0..46ccf488c0 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.
-- 
GitLab