[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/publisher/browser/menu.py - fixed typo
Christian Theune
ct at gocept.com
Mon Sep 11 14:33:37 EDT 2006
Log message for revision 70099:
- fixed typo
Changed:
U Zope3/trunk/src/zope/app/publisher/browser/menu.py
-=-
Modified: Zope3/trunk/src/zope/app/publisher/browser/menu.py
===================================================================
--- Zope3/trunk/src/zope/app/publisher/browser/menu.py 2006-09-11 09:50:05 UTC (rev 70098)
+++ Zope3/trunk/src/zope/app/publisher/browser/menu.py 2006-09-11 18:33:36 UTC (rev 70099)
@@ -57,7 +57,7 @@
#
# (1) Look at the interfaces and put the more specific menu entries
# to the front.
- # (2) Sort unabigious entries by order and then by title.
+ # (2) Sort unambigious entries by order and then by title.
ifaces = list(providedBy(removeSecurityProxy(object)).__iro__)
result = [(ifaces.index(item._for or Interface),
item.order, item.title, item) for item in result]
More information about the Zope3-Checkins
mailing list