[Checkins] SVN: z3c.baseregistry/trunk/src/z3c/baseregistry/README.txt typos

Adam Groszer adamg at fw.hu
Tue Sep 12 02:15:21 EDT 2006


Log message for revision 70114:
  typos

Changed:
  U   z3c.baseregistry/trunk/src/z3c/baseregistry/README.txt

-=-
Modified: z3c.baseregistry/trunk/src/z3c/baseregistry/README.txt
===================================================================
--- z3c.baseregistry/trunk/src/z3c/baseregistry/README.txt	2006-09-12 05:02:51 UTC (rev 70113)
+++ z3c.baseregistry/trunk/src/z3c/baseregistry/README.txt	2006-09-12 06:15:20 UTC (rev 70114)
@@ -159,7 +159,7 @@
   ... </configure>
   ... ''')
 
-we can register ther registry:
+we can register the registry:
 
   >>> context = xmlconfig.string('''
   ... <configure xmlns="http://namespaces.zope.org/zope" i18n_domain="zope">
@@ -240,7 +240,7 @@
   <Example 'example2'>
 
 Let's now register other instances of the ``Example`` class without a
-name. This should *not* cause a conflect error:
+name. This should *not* cause a conflict error:
 
   >>> example3 = Example('example3')
   >>> example4 = Example('example4')
@@ -442,8 +442,8 @@
 Note: Sorry for the convoluted test sequence; this is just how it works. :-(
 
 
-Nested Regstry Usage
-~~~~~~~~~~~~~~~~~~~~
+Nested Registry Usage
+~~~~~~~~~~~~~~~~~~~~~
 
 I thought about this one for a long time, but I think it is better not
 allowing to nest ``zope:registerIn`` directives, because the logic of



More information about the Checkins mailing list