Mu4e: Fix typos

This commit is contained in:
Liam Hupfer 2021-07-10 13:59:03 -05:00 committed by TEC
parent 2fd89a7eca
commit ffaed9f5d7
No known key found for this signature in database
GPG key ID: 779591AFDB81F06C
3 changed files with 3 additions and 4 deletions

View file

@ -36,7 +36,7 @@ clicked."
;;;###autoload
(defun +org-msg-img-scale-css (img-uri)
"For a given IMG-URI, use imagemagik to find its width."
"For a given IMG-URI, use imagemagick to find its width."
(if +org-msg-currently-exporting
(when (and (not IS-WINDOWS)) ; relies on posix path
(let ((with-call (and (executable-find "identify")