[Checkins] SVN: Zope/branches/2.12/src/Products/ZCatalog/Catalog.py typo in comment: allways -> always

Maurits van Rees m.van.rees at zestsoftware.nl
Fri Jul 16 18:07:26 EDT 2010


Log message for revision 114807:
  typo in comment: allways -> always

Changed:
  U   Zope/branches/2.12/src/Products/ZCatalog/Catalog.py

-=-
Modified: Zope/branches/2.12/src/Products/ZCatalog/Catalog.py
===================================================================
--- Zope/branches/2.12/src/Products/ZCatalog/Catalog.py	2010-07-16 19:23:49 UTC (rev 114806)
+++ Zope/branches/2.12/src/Products/ZCatalog/Catalog.py	2010-07-16 22:07:26 UTC (rev 114807)
@@ -411,7 +411,7 @@
     def recordify(self, object):
         """ turns an object into a record tuple """
         record = []
-        # the unique id is allways the first element
+        # the unique id is always the first element
         for x in self.names:
             attr=getattr(object, x, MV)
             if(attr is not MV and safe_callable(attr)): attr=attr()



More information about the checkins mailing list