chore: typo fix

This commit is contained in:
link2xt
2025-08-11 20:19:40 +00:00
committed by l
parent 1c0201ee3d
commit 5f45ff77e4

View File

@@ -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()