From d6a659242083efaa1520249c22adf4d0ab3f1e44 Mon Sep 17 00:00:00 2001 From: Remy Vuong Date: Tue, 19 May 2020 10:41:38 +0200 Subject: [PATCH] Changed: a typo was fixed --- src/client.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client.rs b/src/client.rs index dd6365b..a640668 100644 --- a/src/client.rs +++ b/src/client.rs @@ -456,7 +456,7 @@ impl Session { .and_then(|lines| parse_mailbox(&lines[..], &mut self.unsolicited_responses_tx)) } - /// Fetch retreives data associated with a set of messages in the mailbox. + /// Fetch retrieves data associated with a set of messages in the mailbox. /// /// Note that the server *is* allowed to unilaterally include `FETCH` responses for other /// messages in the selected mailbox whose status has changed. See the note on [unilateral