diff options
author | Katsumi Yamaoka <yamaoka@jpl.org> | 2012-11-19 11:36:02 +0000 |
---|---|---|
committer | Katsumi Yamaoka <yamaoka@jpl.org> | 2012-11-19 11:36:02 +0000 |
commit | 3394be35d90acdae2607339f712bd3f37cb38e4d (patch) | |
tree | ee2bf3d8df631613086110ca3d61e40d9fc4d118 /lisp | |
parent | 70678cd508e66742681c9479aa6a9d4c77010783 (diff) | |
download | emacs-3394be35d90acdae2607339f712bd3f37cb38e4d.tar.gz |
message.el (message-get-reply-headers): Fix typo in comment
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/gnus/message.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index a44f08bcd32..5a2b4334582 100644 --- a/lisp/gnus/message.el +++ b/lisp/gnus/message.el @@ -6734,7 +6734,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))) |