summaryrefslogtreecommitdiff
path: root/lisp/mail/rmailmm.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/mail/rmailmm.el')
-rw-r--r--lisp/mail/rmailmm.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mail/rmailmm.el b/lisp/mail/rmailmm.el
index f9eaa68c85b..be38449a680 100644
--- a/lisp/mail/rmailmm.el
+++ b/lisp/mail/rmailmm.el
@@ -484,7 +484,7 @@ See `rmail-mime-entity' for the detail."
(insert "\n"))))
(defun rmail-mime-find-header-encoding (header)
- "Retun the last coding system used to decode HEADER.
+ "Return the last coding system used to decode HEADER.
HEADER is a header component of a MIME-entity object (see
`rmail-mime-entity')."
(with-temp-buffer
@@ -1332,7 +1332,7 @@ attachments as specfied by `rmail-mime-attachment-dirs-alist'."
(if (consp rmail-mime-coding-system)
;; Decoding is done by rfc2047-decode-region only for a
;; header. But, as the used coding system may have been
- ;; overriden by mm-charset-override-alist, we can't
+ ;; overridden by mm-charset-override-alist, we can't
;; trust (car rmail-mime-coding-system). So, here we
;; try the decoding again with mm-charset-override-alist
;; bound to nil.