You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by bi...@apache.org on 2020/08/19 17:31:48 UTC

svn commit: r1880999 - in /spamassassin: branches/3.4/lib/Mail/SpamAssassin/Message/ branches/3.4/lib/Mail/SpamAssassin/Plugin/ branches/3.4/spamd/ trunk/lib/Mail/SpamAssassin/Message/ trunk/lib/Mail/SpamAssassin/Plugin/ trunk/spamd/

Author: billcole
Date: Wed Aug 19 17:31:48 2020
New Revision: 1880999

URL: http://svn.apache.org/viewvc?rev=1880999&view=rev
Log:
Fix duplicated-word typos in documentation BZ#7850

Modified:
    spamassassin/branches/3.4/lib/Mail/SpamAssassin/Message/Node.pm
    spamassassin/branches/3.4/lib/Mail/SpamAssassin/Plugin/AWL.pm
    spamassassin/branches/3.4/spamd/spamd.raw
    spamassassin/trunk/lib/Mail/SpamAssassin/Message/Node.pm
    spamassassin/trunk/lib/Mail/SpamAssassin/Plugin/AWL.pm
    spamassassin/trunk/spamd/spamd.raw

Modified: spamassassin/branches/3.4/lib/Mail/SpamAssassin/Message/Node.pm
URL: http://svn.apache.org/viewvc/spamassassin/branches/3.4/lib/Mail/SpamAssassin/Message/Node.pm?rev=1880999&r1=1880998&r2=1880999&view=diff
==============================================================================
--- spamassassin/branches/3.4/lib/Mail/SpamAssassin/Message/Node.pm (original)
+++ spamassassin/branches/3.4/lib/Mail/SpamAssassin/Message/Node.pm Wed Aug 19 17:31:48 2020
@@ -265,7 +265,7 @@ sub is_leaf {
 
 =item raw()
 
-Return a reference to the the raw array.  Treat this as READ ONLY.
+Return a reference to the raw array.  Treat this as READ ONLY.
 
 =cut
 

Modified: spamassassin/branches/3.4/lib/Mail/SpamAssassin/Plugin/AWL.pm
URL: http://svn.apache.org/viewvc/spamassassin/branches/3.4/lib/Mail/SpamAssassin/Plugin/AWL.pm?rev=1880999&r1=1880998&r2=1880999&view=diff
==============================================================================
--- spamassassin/branches/3.4/lib/Mail/SpamAssassin/Plugin/AWL.pm (original)
+++ spamassassin/branches/3.4/lib/Mail/SpamAssassin/Plugin/AWL.pm Wed Aug 19 17:31:48 2020
@@ -108,7 +108,7 @@ for messages, depending on the long-term
 correspondent.
 
 For more information about the auto-whitelist system, please look
-at the the C<Automatic Whitelist System> section of the README file.
+at the C<Automatic Whitelist System> section of the README file.
 The auto-whitelist is not intended as a general-purpose replacement
 for static whitelist entries added to your config files.
 

Modified: spamassassin/branches/3.4/spamd/spamd.raw
URL: http://svn.apache.org/viewvc/spamassassin/branches/3.4/spamd/spamd.raw?rev=1880999&r1=1880998&r2=1880999&view=diff
==============================================================================
--- spamassassin/branches/3.4/spamd/spamd.raw (original)
+++ spamassassin/branches/3.4/spamd/spamd.raw Wed Aug 19 17:31:48 2020
@@ -3490,7 +3490,7 @@ with the B<-u> option, the file must be
 
 =item B<-v>, B<--vpopmail>
 
-Enable vpopmail config.  If specified with with B<-u> set to the vpopmail user,
+Enable vpopmail config.  If specified with B<-u> set to the vpopmail user,
 this allows spamd to lookup/create user_prefs in the vpopmail user's own
 maildir.  This option is useful for vpopmail virtual users who do not have an
 entry in the system /etc/passwd file.

Modified: spamassassin/trunk/lib/Mail/SpamAssassin/Message/Node.pm
URL: http://svn.apache.org/viewvc/spamassassin/trunk/lib/Mail/SpamAssassin/Message/Node.pm?rev=1880999&r1=1880998&r2=1880999&view=diff
==============================================================================
--- spamassassin/trunk/lib/Mail/SpamAssassin/Message/Node.pm (original)
+++ spamassassin/trunk/lib/Mail/SpamAssassin/Message/Node.pm Wed Aug 19 17:31:48 2020
@@ -265,7 +265,7 @@ sub is_leaf {
 
 =item raw()
 
-Return a reference to the the raw array.  Treat this as READ ONLY.
+Return a reference to the raw array.  Treat this as READ ONLY.
 
 =cut
 

Modified: spamassassin/trunk/lib/Mail/SpamAssassin/Plugin/AWL.pm
URL: http://svn.apache.org/viewvc/spamassassin/trunk/lib/Mail/SpamAssassin/Plugin/AWL.pm?rev=1880999&r1=1880998&r2=1880999&view=diff
==============================================================================
--- spamassassin/trunk/lib/Mail/SpamAssassin/Plugin/AWL.pm (original)
+++ spamassassin/trunk/lib/Mail/SpamAssassin/Plugin/AWL.pm Wed Aug 19 17:31:48 2020
@@ -108,7 +108,7 @@ for messages, depending on the long-term
 correspondent.
 
 For more information about the auto-whitelist system, please look
-at the the C<Automatic Whitelist System> section of the README file.
+at the C<Automatic Whitelist System> section of the README file.
 The auto-whitelist is not intended as a general-purpose replacement
 for static whitelist entries added to your config files.
 

Modified: spamassassin/trunk/spamd/spamd.raw
URL: http://svn.apache.org/viewvc/spamassassin/trunk/spamd/spamd.raw?rev=1880999&r1=1880998&r2=1880999&view=diff
==============================================================================
--- spamassassin/trunk/spamd/spamd.raw (original)
+++ spamassassin/trunk/spamd/spamd.raw Wed Aug 19 17:31:48 2020
@@ -3505,7 +3505,7 @@ with the B<-u> option, the file must be
 
 =item B<-v>, B<--vpopmail>
 
-Enable vpopmail config.  If specified with with B<-u> set to the vpopmail user,
+Enable vpopmail config.  If specified with B<-u> set to the vpopmail user,
 this allows spamd to lookup/create user_prefs in the vpopmail user's own
 maildir.  This option is useful for vpopmail virtual users who do not have an
 entry in the system /etc/passwd file.