[Checkins] SVN: z3c.indexer/trunk/src/z3c/indexer/collector.py Typo fixes.

Dan Korostelev nadako at gmail.com
Tue Dec 2 03:42:52 EST 2008


Log message for revision 93530:
  Typo fixes.

Changed:
  U   z3c.indexer/trunk/src/z3c/indexer/collector.py

-=-
Modified: z3c.indexer/trunk/src/z3c/indexer/collector.py
===================================================================
--- z3c.indexer/trunk/src/z3c/indexer/collector.py	2008-12-02 01:29:29 UTC (rev 93529)
+++ z3c.indexer/trunk/src/z3c/indexer/collector.py	2008-12-02 08:42:51 UTC (rev 93530)
@@ -27,8 +27,8 @@
 class IndexerCollector(object):
     """The collector stores pending indexer and their indexing state.
     
-    This indexer get calculated and the relevant indexer get processed at the 
-    end of the transaction.
+    These indexer get calculated and the relevant indexer get processed at
+    the end of the transaction.
     """
     zope.interface.implements(interfaces.IIndexerCollector)
 
@@ -124,7 +124,7 @@
     def _checkTransaction(self, transaction):
         if (self.transaction is not None and
             self.transaction is not transaction):
-            raise TypeError("Transaction missmatch",
+            raise TypeError("Transaction mismatch",
                             transaction, self.transaction)
 
     def sortKey(self):



More information about the Checkins mailing list