[Zope3-checkins] 
	SVN: Zope3/trunk/src/zope/contentprovider/README.txt
	Corrected 3 small typos.
    Florian Lindner 
    Florian.Lindner at xgm.de
       
    Tue Mar 14 14:59:05 EST 2006
    
    
  
Log message for revision 66018:
  Corrected 3 small typos.
  
Changed:
  U   Zope3/trunk/src/zope/contentprovider/README.txt
-=-
Modified: Zope3/trunk/src/zope/contentprovider/README.txt
===================================================================
--- Zope3/trunk/src/zope/contentprovider/README.txt	2006-03-14 17:47:30 UTC (rev 66017)
+++ Zope3/trunk/src/zope/contentprovider/README.txt	2006-03-14 19:59:04 UTC (rev 66018)
@@ -367,7 +367,7 @@
 Failure to lookup a Content Provider
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-If the name is not found, an error is raied. To demonstrate this behavior
+If the name is not found, an error is raised. To demonstrate this behavior
 let's create another template:
 
   >>> errorFileName = os.path.join(temp_dir, 'error.pt')
@@ -397,8 +397,8 @@
 Additional Data from TAL
 ~~~~~~~~~~~~~~~~~~~~~~~~
 
-The ``proivder`` expression allows also for transferring data from the TAL
-context into the content proivder. This is accomplished by having the content
+The ``provider`` expression allows also for transferring data from the TAL
+context into the content provider. This is accomplished by having the content
 provider implement an interface that specifies the attributes and provides
 ``ITALNamespaceData``:
 
    
    
More information about the Zope3-Checkins
mailing list