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 c309e5c..7b318fc 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.