From: Steve Holme Date: Sun, 5 Jan 2014 13:46:16 +0000 (+0000) Subject: pop3-stat.c: Corrected small typo from commit 91d62e9abd761c X-Git-Tag: curl-7_35_0~105 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e209d607131339426a6baeea250d20c37bd5d3a9;p=thirdparty%2Fcurl.git pop3-stat.c: Corrected small typo from commit 91d62e9abd761c --- diff --git a/docs/examples/pop3-stat.c b/docs/examples/pop3-stat.c index c309e5c29a..7b318fc224 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.