summaryrefslogtreecommitdiff
path: root/docs/examples/pop3-retr.c
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/pop3-retr.c')
-rw-r--r--docs/examples/pop3-retr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/pop3-retr.c b/docs/examples/pop3-retr.c
index e5a50f22d..b5113fa99 100644
--- a/docs/examples/pop3-retr.c
+++ b/docs/examples/pop3-retr.c
@@ -39,7 +39,7 @@ int main(void)
curl_easy_setopt(curl, CURLOPT_USERNAME, "user");
curl_easy_setopt(curl, CURLOPT_PASSWORD, "secret");
- /* This will retreive message 1 from the user's mailbox */
+ /* This will retrieve message 1 from the user's mailbox */
curl_easy_setopt(curl, CURLOPT_URL, "pop3://pop.example.com/1");
/* Perform the retr */