From 0f0d2189d4453c1e3d328d7927c4c1546f4c35bd Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Tue, 23 Apr 2024 22:08:23 +0300 Subject: [PATCH] mu4d-contacts: fix typo --- mu4e/mu4e-contacts.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mu4e/mu4e-contacts.el b/mu4e/mu4e-contacts.el index f70106f7..ab6079cf 100644 --- a/mu4e/mu4e-contacts.el +++ b/mu4e/mu4e-contacts.el @@ -236,7 +236,7 @@ case a phrase contains a quote, it will be escaped." (mu4e-contact-email contact))) (defsubst mu4e-contact-make (name email) - "Creata contact plist from NAME and EMAIL." + "Create a contact plist from NAME and EMAIL." `(:name ,name :email ,email)) (defun mu4e-contact-full (contact)