Log message for revision 76753:
  Fix typo

Changed:
  U   Zope/trunk/lib/python/ZPublisher/BaseRequest.py

-=-
Modified: Zope/trunk/lib/python/ZPublisher/BaseRequest.py
===================================================================
--- Zope/trunk/lib/python/ZPublisher/BaseRequest.py     2007-06-18 08:33:03 UTC 
(rev 76752)
+++ Zope/trunk/lib/python/ZPublisher/BaseRequest.py     2007-06-18 08:50:15 UTC 
(rev 76753)
@@ -414,7 +414,7 @@
         entry_name = ''
         try:
             # We build parents in the wrong order, so we
-            # need to make sure we reverse it when we're doe.
+            # need to make sure we reverse it when we're done.
             while 1:
                 bpth = getattr(object, '__before_publishing_traverse__', None)
                 if bpth is not None:

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to