From: Katsumi Yamaoka Date: Mon, 19 Nov 2012 11:36:02 +0000 (+0000) Subject: message.el (message-get-reply-headers): Fix typo in comment X-Git-Tag: emacs-24.3.90~173^2~18^2~57 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3394be35d90acdae2607339f712bd3f37cb38e4d;p=emacs.git message.el (message-get-reply-headers): Fix typo in comment --- 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)))