summaryrefslogtreecommitdiff
path: root/docs/examples/imap-fetch.c
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/imap-fetch.c')
-rw-r--r--docs/examples/imap-fetch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/imap-fetch.c b/docs/examples/imap-fetch.c
index 3361d7cfe..416fe8809 100644
--- a/docs/examples/imap-fetch.c
+++ b/docs/examples/imap-fetch.c
@@ -47,7 +47,7 @@ int main(void)
curl_easy_setopt(curl, CURLOPT_USERNAME, "user");
curl_easy_setopt(curl, CURLOPT_PASSWORD, "secret");
- /* This will fetch message 1 from the user's inbox */
+ /* This fetches message 1 from the user's inbox */
curl_easy_setopt(curl, CURLOPT_URL,
"imap://imap.example.com/INBOX/;UID=1");