[Zope3-checkins] CVS: Zope3/doc/zcml - attribute_conventions.stx:1.6 meta.stx:1.10

Anthony Baxter anthony@interlink.com.au
Mon, 14 Jul 2003 09:32:05 -0400


Update of /cvs-repository/Zope3/doc/zcml
In directory cvs.zope.org:/tmp/cvs-serv7204/doc/zcml

Modified Files:
	attribute_conventions.stx meta.stx 
Log Message:
speling-geddon. 

if you don't know how to spell a word, use the dictionary ;)


=== Zope3/doc/zcml/attribute_conventions.stx 1.5 => 1.6 ===
--- Zope3/doc/zcml/attribute_conventions.stx:1.5	Sun Sep  1 15:15:54 2002
+++ Zope3/doc/zcml/attribute_conventions.stx	Mon Jul 14 09:31:29 2003
@@ -39,7 +39,7 @@
     to build the actual factory, and is specified by listing the
     names of two or more callables separated by one or more blanks.
     The first callable listed must accept the normal calling sequence
-    for the type of object being contructed.  The remaining callables
+    for the type of object being constructed.  The remaining callables
     must be Adapters.  In other words, if the value of the factory
     attribute is '"a b c"', then the composite factory is built by
     doing 'c(b(a(<factory-argument-list>)))'.


=== Zope3/doc/zcml/meta.stx 1.9 => 1.10 ===
--- Zope3/doc/zcml/meta.stx:1.9	Sun Jul 13 00:05:00 2003
+++ Zope3/doc/zcml/meta.stx	Mon Jul 14 09:31:29 2003
@@ -195,7 +195,7 @@
 
   Implementing Directives with No Subdirectives
 
-    The simplist type of directive (or subdirective) to implement
+    The simplest type of directive (or subdirective) to implement
     is one that has no subdirectives.  And the only difference
     between the two is where the handler method is actually located.
     In both cases, the handler must conform to the IEmptyDirective