]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
pop3-stat.c: Corrected small typo from commit 91d62e9abd761c
authorSteve Holme <steve_holme@hotmail.com>
Sun, 5 Jan 2014 13:46:16 +0000 (13:46 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Sun, 5 Jan 2014 13:56:49 +0000 (13:56 +0000)
docs/examples/pop3-stat.c

index c309e5c29a927aab45110684e79110ea936dfb83..7b318fc22492152b8cad67bd0d3a9b49061f63d9 100644 (file)
@@ -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.