]> git.eshelyaron.com Git - emacs.git/commitdiff
message.el (message-get-reply-headers): Fix typo in comment
authorKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 19 Nov 2012 11:36:02 +0000 (11:36 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 19 Nov 2012 11:36:02 +0000 (11:36 +0000)
lisp/gnus/message.el

index a44f08bcd32e9fb5e47017cc7d56d508c8d2d1ef..5a2b4334582e1e57cbe8404b61cb72433c81d4ac 100644 (file)
@@ -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)))