[Zope-Checkins]
SVN: Zope/trunk/lib/python/ZPublisher/BaseRequest.py Fix typo
Wichert Akkerman
wichert at wiggy.net
Mon Jun 18 04:50:16 EDT 2007
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:
More information about the Zope-Checkins
mailing list