diff options
-rw-r--r-- | docs/examples/pop3-stat.c | 2 |
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. |