Commit e209d607 authored by Steve Holme's avatar Steve Holme
Browse files

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

parent 91d62e9a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.