summaryrefslogtreecommitdiff
path: root/lisp/gnus/rfc2231.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-12-14 13:05:20 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2011-12-14 13:05:20 -0800
commitfac916bfd7f839a654c839dca609d0d75a77846a (patch)
tree814ac4124d77813a777326165c5e234cd4c54132 /lisp/gnus/rfc2231.el
parent898169a2d88c3538cdfd41feb0b16267165065bd (diff)
downloademacs-fac916bfd7f839a654c839dca609d0d75a77846a.tar.gz
Spelling fixes.
Diffstat (limited to 'lisp/gnus/rfc2231.el')
-rw-r--r--lisp/gnus/rfc2231.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/rfc2231.el b/lisp/gnus/rfc2231.el
index 306b67cd7c1..9c30379ef6e 100644
--- a/lisp/gnus/rfc2231.el
+++ b/lisp/gnus/rfc2231.el
@@ -58,7 +58,7 @@ must never cause a Lisp error."
;; The most likely cause of an error is unbalanced parentheses
;; or double-quotes. If all parentheses and double-quotes are
;; quoted meaninglessly with backslashes, removing them might
- ;; make it parseable. Let's try...
+ ;; make it parsable. Let's try...
(error
(let (mod)
(when (and (string-match "\\\\\"" string)