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