[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/publication/publicationtraverse.py
typo
Philipp von Weitershausen
philikon at philikon.de
Tue Jun 29 14:34:04 EDT 2004
Log message for revision 26001:
typo
-=-
Modified: Zope3/trunk/src/zope/app/publication/publicationtraverse.py
===================================================================
--- Zope3/trunk/src/zope/app/publication/publicationtraverse.py 2004-06-29 17:35:41 UTC (rev 26000)
+++ Zope3/trunk/src/zope/app/publication/publicationtraverse.py 2004-06-29 18:34:03 UTC (rev 26001)
@@ -52,7 +52,7 @@
adapter = queryViewProviding(ob, IPublishTraverse, request, self)
if adapter is not self:
ob2 = adapter.publishTraverse(request, nm)
- # ob2 will be security proxied here becuase the adapter
+ # ob2 will be security proxied here because the adapter
# was security proxied.
else:
raise NotFound(ob, name, request)
More information about the Zope3-Checkins
mailing list