[gnus git] branch master updated: m0-5-164-g52c9fb5 =1= message.el (message-get-reply-headers): Fix typo in comment
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 52c9fb519860132aa3c0f7f58b2f39290f6901f1 (commit)
from 255972400f9f7d4e57054447fdad1abc6efc0a7b (commit)
- Log -----------------------------------------------------------------
commit 52c9fb519860132aa3c0f7f58b2f39290f6901f1
Author: Katsumi Yamaoka <[email protected]>
Date: Mon Nov 19 11:35:50 2012 +0000
message.el (message-get-reply-headers): Fix typo in comment
diff --git a/lisp/message.el b/lisp/message.el
index 02c6b70..2c4f203 100644
--- a/lisp/message.el
+++ b/lisp/message.el
@@ -6778,7 +6778,7 @@ The function is called with one parameter, a cons cell ..."
mft (and message-use-mail-followup-to
(message-fetch-field "mail-followup-to")))
;; Make sure this message goes to the author if this is a wide
- ;; reply, sine Reply-To address may be a list address a mailing
+ ;; reply, since Reply-To address may be a list address a mailing
;; list server added.
(when (and wide author)
(setq cc (concat author ", " cc)))
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/message.el | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project