You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by pa...@apache.org on 2005/08/14 00:02:23 UTC

svn commit: r232534 - /spamassassin/branches/3.1/lib/Mail/SpamAssassin/BayesStore/MySQL.pm

Author: parker
Date: Sat Aug 13 15:02:22 2005
New Revision: 232534

URL: http://svn.apache.org/viewcvs?rev=232534&view=rev
Log:
Fix typo

Modified:
    spamassassin/branches/3.1/lib/Mail/SpamAssassin/BayesStore/MySQL.pm

Modified: spamassassin/branches/3.1/lib/Mail/SpamAssassin/BayesStore/MySQL.pm
URL: http://svn.apache.org/viewcvs/spamassassin/branches/3.1/lib/Mail/SpamAssassin/BayesStore/MySQL.pm?rev=232534&r1=232533&r2=232534&view=diff
==============================================================================
--- spamassassin/branches/3.1/lib/Mail/SpamAssassin/BayesStore/MySQL.pm (original)
+++ spamassassin/branches/3.1/lib/Mail/SpamAssassin/BayesStore/MySQL.pm Sat Aug 13 15:02:22 2005
@@ -27,9 +27,9 @@
 a version of MySQL < 4.1 then several aspects of this module will fail and
 possibly corrupt your bayes database data.
 
-In addition, this module will support rollback on error, if you are using
-the InnoDB database table typ in MySQL.  For more information please review
-the instructions in sql/README.bayes.
+In addition, this module will support rollback on error, if you are
+using the InnoDB database table type in MySQL.  For more information
+please review the instructions in sql/README.bayes.
 
 =cut
 



Re: svn commit: r232534 - /spamassassin/branches/3.1/lib/Mail/SpamAssassin/BayesStore/MySQL.pm

Posted by Duncan Findlay <du...@debian.org>.
On Sat, Aug 13, 2005 at 10:02:23PM -0000, parker@apache.org wrote:
> Author: parker
> Date: Sat Aug 13 15:02:22 2005
> New Revision: 232534
> 
> URL: http://svn.apache.org/viewcvs?rev=232534&view=rev
> Log:
> Fix typo

Yeah, sorry, I meant to fix both trunk and 3.1, but got distracted
half way through. :-)

Duncan