From 5f45ff77e40efb5f4028dcaf1a692fc27bcfc8ca Mon Sep 17 00:00:00 2001 From: link2xt Date: Mon, 11 Aug 2025 20:19:40 +0000 Subject: [PATCH] chore: typo fix --- src/receive_imf.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/receive_imf.rs b/src/receive_imf.rs index 82c089908..e036d1040 100644 --- a/src/receive_imf.rs +++ b/src/receive_imf.rs @@ -2499,7 +2499,7 @@ async fn lookup_or_create_adhoc_group( find_key_contact_by_addr, ) .await? - .context("Cannot lookup addres-contact by the From field")?; + .context("Cannot lookup address-contact by the From field")?; let grpname = mime_parser .get_subject()