From: Andy Alt Date: Tue, 6 Dec 2022 03:24:28 +0000 (-0600) Subject: docs/examples: spell correction ('Retrieve') X-Git-Tag: curl-7_87_0~64 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8fd218408da10aacd8da0bf670bbcf501920077d;p=thirdparty%2Fcurl.git docs/examples: spell correction ('Retrieve') Closes #10040 --- diff --git a/docs/examples/imap-authzid.c b/docs/examples/imap-authzid.c index 0ec065db29..9cf0d7f4d3 100644 --- a/docs/examples/imap-authzid.c +++ b/docs/examples/imap-authzid.c @@ -23,7 +23,7 @@ ***************************************************************************/ /* - * Retreieve emails from a shared IMAP mailbox + * Retrieve emails from a shared IMAP mailbox * */ diff --git a/docs/examples/imap-fetch.c b/docs/examples/imap-fetch.c index 9c73e50754..68ae01f28d 100644 --- a/docs/examples/imap-fetch.c +++ b/docs/examples/imap-fetch.c @@ -23,7 +23,7 @@ ***************************************************************************/ /* - * Retreieve IMAP emails + * Retrieve IMAP emails * */