aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2014-01-05 13:46:16 +0000
committerSteve Holme <steve_holme@hotmail.com>2014-01-05 13:56:49 +0000
commite209d607131339426a6baeea250d20c37bd5d3a9 (patch)
treea6e88aea2a79a099bb1f6f2a50b322a60bd2d6d3 /docs
parent91d62e9abd761cac5a4e7a321eaacc75944ee2db (diff)
pop3-stat.c: Corrected small typo from commit 91d62e9abd761c
Diffstat (limited to 'docs')
-rw-r--r--docs/examples/pop3-stat.c2
1 files changed, 1 insertions, 1 deletions
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 <stdio.h>
#include <curl/curl.h>
-/* 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.