From 3394be35d90acdae2607339f712bd3f37cb38e4d Mon Sep 17 00:00:00 2001 From: Katsumi Yamaoka Date: Mon, 19 Nov 2012 11:36:02 +0000 Subject: [PATCH] message.el (message-get-reply-headers): Fix typo in comment --- lisp/gnus/message.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))) -- 2.39.5