From e209d607131339426a6baeea250d20c37bd5d3a9 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sun, 5 Jan 2014 13:46:16 +0000 Subject: [PATCH] pop3-stat.c: Corrected small typo from commit 91d62e9abd761c --- docs/examples/pop3-stat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/pop3-stat.c b/docs/examples/pop3-stat.c index c309e5c29..7b318fc22 100644 --- a/docs/examples/pop3-stat.c +++ b/docs/examples/pop3-stat.c @@ -22,7 +22,7 @@ #include #include -/* This is a simple example showing how to ontain message statistics using +/* This is a simple example showing how to obtain message statistics using * libcurl's POP3 capabilities. * * Note that this example requires libcurl 7.26.0 or above.