Log message for revision 68378:
  correct mispelling
  

Changed:
  U   Products.Five/trunk/component/browser.py

-=-
Modified: Products.Five/trunk/component/browser.py
===================================================================
--- Products.Five/trunk/component/browser.py    2006-05-29 22:45:29 UTC (rev 
68377)
+++ Products.Five/trunk/component/browser.py    2006-05-29 23:15:12 UTC (rev 
68378)
@@ -23,6 +23,7 @@
 from zope.component.persistentregistry import PersistentComponents
 from zope.app.component.hooks import clearSite
 
+
 class ObjectManagerSiteView(BrowserView):
 
     def update(self):
@@ -60,4 +61,4 @@
         # the local site from the thread local.
         clearSite()
 
-        self.context.setSiteManage(None)
+        self.context.setSiteManager(None)

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

Reply via email to