diff --git a/src/imap/mod.rs b/src/imap/mod.rs index 8b33a1a84..80f7a92fe 100644 --- a/src/imap/mod.rs +++ b/src/imap/mod.rs @@ -1245,7 +1245,7 @@ fn parse_message_id(message_id: &[u8]) -> crate::error::Result { fn prefetch_get_message_id(prefetch_msg: &Fetch) -> Result { if prefetch_msg.envelope().is_none() { return Err(Error::Other( - "prefectch: message has no envelope".to_string(), + "prefetch: message has no envelope".to_string(), )); }