pop3-stat.c: Corrected small typo from commit 91d62e9abd

This commit is contained in:
Steve Holme 2014-01-05 13:46:16 +00:00
parent 91d62e9abd
commit e209d60713
1 changed files with 1 additions and 1 deletions

View 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.