emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master a47dfec 2/2: ; Spelling fixes for "SpamAssassin"


From: Paul Eggert
Subject: [Emacs-diffs] master a47dfec 2/2: ; Spelling fixes for "SpamAssassin"
Date: Tue, 30 May 2017 11:29:40 -0400 (EDT)

branch: master
commit a47dfec82e363257a00f5666845ebaa8d697ae42
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    ; Spelling fixes for "SpamAssassin"
---
 doc/misc/mh-e.texi    | 8 ++++----
 etc/MH-E-NEWS         | 8 ++++----
 lisp/gnus/ChangeLog.3 | 4 ++--
 lisp/mh-e/mh-junk.el  | 2 +-
 4 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/doc/misc/mh-e.texi b/doc/misc/mh-e.texi
index a113272..3aa04ca 100644
--- a/doc/misc/mh-e.texi
+++ b/doc/misc/mh-e.texi
@@ -7644,10 +7644,10 @@ Whitelisted message face
 @end vtable
 
 @cindex SpamProbe
address@hidden Spamassassin
address@hidden SpamAssassin
 @cindex bogofilter
 @cindex spam filters, SpamProbe
address@hidden spam filters, Spamassassin
address@hidden spam filters, SpamAssassin
 @cindex spam filters, bogofilter
 
 MH-E depends on @uref{http://spamassassin.apache.org/, SpamAssassin},
@@ -7720,8 +7720,8 @@ MH-E can work with.
 
 @subheading SpamAssassin
 
address@hidden Spamassassin
address@hidden spam filters, Spamassassin
address@hidden SpamAssassin
address@hidden spam filters, SpamAssassin
 
 SpamAssassin is one of the more popular spam filtering programs. Get
 it from your local distribution or from the
diff --git a/etc/MH-E-NEWS b/etc/MH-E-NEWS
index 7e852af..6e1f4db 100644
--- a/etc/MH-E-NEWS
+++ b/etc/MH-E-NEWS
@@ -13,7 +13,7 @@ Version 8.6 fixes composition errors in nmh 1.6.
 
 A components file is now generated that works with nmh 1.5 (partially
 closes SF #468).
-       
+
 *** Error if mh-x-face-file is nil
 
 Ensure that `mh-x-face-file' is a string before trying to use it
@@ -284,7 +284,7 @@ This has been fixed (closes SF #1565460).
 
 *** Errors Associated with mh-junk-background
 
-The Spamassassin filter commands were used inconsistently and
+The SpamAssassin filter commands were used inconsistently and
 incorrectly; if `mh-junk-background' were nil, not all of the updating
 would happen correctly. In the other back-ends such as bogofilter and
 SpamProbe, a value of t for `mh-junk-background' would cause the
@@ -1147,9 +1147,9 @@ The -face suffix has been dropped from all face names.
 Items in swish indexes that aren't mail messages are now handled more
 gracefully.
 
-*** Spamassassin Fixes
+*** SpamAssassin Fixes
 
-If you use spamassassin, there was an error when you tried to junk
+If you use SpamAssassin, there was an error when you tried to junk
 mail if the option `mh-junk-background' was set. This has been fixed.
 
 *** Mairix Support
diff --git a/lisp/gnus/ChangeLog.3 b/lisp/gnus/ChangeLog.3
index 5f07d3f..a799f73 100644
--- a/lisp/gnus/ChangeLog.3
+++ b/lisp/gnus/ChangeLog.3
@@ -18843,7 +18843,7 @@
 
        * spam.el (spam-spamassassin-score-regexp): New internal variable.
        (spam-extra-header-to-number, spam-check-spamassassin-headers):
-       Use it to match format of Spamassassin 3.0 and later.
+       Use it to match format of SpamAssassin 3.0 and later.
        Reported by IRIE Tetsuya <address@hidden>.
        (spam-check-bogofilter)
        (spam-bogofilter-register-with-bogofilter): Fix args of
@@ -19031,7 +19031,7 @@
 2006-02-14  Reiner Steib  <address@hidden>
 
        * spam.el (spam-check-spamassassin-headers): Adapt format for
-       Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
+       SpamAssassin 3.0 or later.  Reported by ARISAWA Akihiro
        <address@hidden>.
        (spam-list-of-processors): Add spam-use-gmane.
 
diff --git a/lisp/mh-e/mh-junk.el b/lisp/mh-e/mh-junk.el
index 54c3daa..25e116c 100644
--- a/lisp/mh-e/mh-junk.el
+++ b/lisp/mh-e/mh-junk.el
@@ -169,7 +169,7 @@ classified as spam (see the option `mh-junk-program')."
 
 
 
-;; Spamassassin Interface
+;; SpamAssassin Interface
 
 (defvar mh-spamassassin-executable (executable-find "spamassassin"))
 (defvar mh-sa-learn-executable (executable-find "sa-learn"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]