mu4d-contacts: fix typo

This commit is contained in:
Dirk-Jan C. Binnema 2024-04-23 22:08:23 +03:00
parent 6349091061
commit 0f0d2189d4
1 changed files with 1 additions and 1 deletions

View File

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