[Checkins] SVN:	zope.app.authentication/trunk/src/zope/app/authentication/browser/configure.zcml	fix typo
    Jan-Wijbrand Kolman 
    janwijbrand at gmail.com
       
    Wed Oct 13 05:10:30 EDT 2010
    
    
  
Log message for revision 117495:
  fix typo
Changed:
  U   zope.app.authentication/trunk/src/zope/app/authentication/browser/configure.zcml
-=-
Modified: zope.app.authentication/trunk/src/zope/app/authentication/browser/configure.zcml
===================================================================
--- zope.app.authentication/trunk/src/zope/app/authentication/browser/configure.zcml	2010-10-13 08:51:17 UTC (rev 117494)
+++ zope.app.authentication/trunk/src/zope/app/authentication/browser/configure.zcml	2010-10-13 09:10:30 UTC (rev 117495)
@@ -84,7 +84,7 @@
   <zope:adapter
       for="..interfaces.IQuerySchemaSearch
            zope.publisher.interfaces.browser.IBrowserRequest"
-      provides="zope.fornlib.browser.interfaces.ISourceQueryView"
+      provides="zope.formlib.browser.interfaces.ISourceQueryView"
       factory=".schemasearch.QuerySchemaSearchView"
       />
 
    
    
More information about the checkins
mailing list