diff options
author | Glenn Morris <rgm@gnu.org> | 2012-04-16 15:06:02 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-04-16 15:06:02 -0400 |
commit | 175c5e4861127e7ce6659efefa03ab0cfad8f048 (patch) | |
tree | b1754f01cc92a99ff93b1860752fb000b034dd9a | |
parent | e3ad7552dbc58b73350c543dd4e44d33b22ea26a (diff) | |
download | emacs-175c5e4861127e7ce6659efefa03ab0cfad8f048.tar.gz |
Fix comment typo
-rw-r--r-- | lisp/mail/feedmail.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/feedmail.el b/lisp/mail/feedmail.el index 4e76e5cdb64..f35560841e2 100644 --- a/lisp/mail/feedmail.el +++ b/lisp/mail/feedmail.el @@ -1586,7 +1586,7 @@ messages to make sure it works as expected." ;; feedmail-buffer-to-binmail, feedmail-buffer-to-sendmail, and -;; feedmail-buffer-to-smptmail are the only things provided for values +;; feedmail-buffer-to-smtpmail are the only things provided for values ;; for the variable feedmail-buffer-eating-function. It's pretty easy ;; to write your own, though. (defun feedmail-buffer-to-binmail (prepped errors-to addr-listoid) |