Mailing List Archive

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