summaryrefslogtreecommitdiff
path: root/lisp/gnus/mm-encode.el
diff options
context:
space:
mode:
authorShengHuo ZHU <zsh@cs.rochester.edu>2002-11-29 15:57:52 +0000
committerShengHuo ZHU <zsh@cs.rochester.edu>2002-11-29 15:57:52 +0000
commit8f688cb015d38b4f9cefe81debbcf9dec902f991 (patch)
treec76eec84c6539b499eb46592d74d58f3bc22c65f /lisp/gnus/mm-encode.el
parente70d557978cdf4d8ea4c0500ce037fcfc95acf2b (diff)
downloademacs-8f688cb015d38b4f9cefe81debbcf9dec902f991.tar.gz
Typos.
Diffstat (limited to 'lisp/gnus/mm-encode.el')
-rw-r--r--lisp/gnus/mm-encode.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/gnus/mm-encode.el b/lisp/gnus/mm-encode.el
index 165b716ec1a..6c7febb2a6b 100644
--- a/lisp/gnus/mm-encode.el
+++ b/lisp/gnus/mm-encode.el
@@ -1,5 +1,5 @@
;;; mm-encode.el --- functions for encoding MIME things
-;; Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.
+;; Copyright (C) 1998, 1999, 2000, 2002 Free Software Foundation, Inc.
;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
;; MORIOKA Tomohiko <morioka@jaist.ac.jp>
@@ -79,7 +79,7 @@ This variable should never be set directly, but bound before a call to
"Return a safer but similar encoding."
(cond
((memq encoding '(7bit 8bit quoted-printable)) 'quoted-printable)
- ;; The remaing encodings are binary and base64 (and perhaps some
+ ;; The remaining encodings are binary and base64 (and perhaps some
;; non-standard ones), which are both turned into base64.
(t 'base64)))