[Zope3-checkins] CVS: Zope3/doc/zcml - meta.stx:1.7
R. David Murray
bitz@bitdance.com
Tue, 19 Nov 2002 15:20:14 -0500
Update of /cvs-repository/Zope3/doc/zcml
In directory cvs.zope.org:/tmp/cvs-serv31650
Modified Files:
meta.stx
Log Message:
Fix trivial typo.
=== Zope3/doc/zcml/meta.stx 1.6 => 1.7 ===
--- Zope3/doc/zcml/meta.stx:1.6 Fri Nov 8 14:09:36 2002
+++ Zope3/doc/zcml/meta.stx Tue Nov 19 15:20:14 2002
@@ -197,7 +197,7 @@
The simplist type of directive (or subdirective) to implement
is one that has no subdirectives. And the only difference
- between to two is where the handler method is actually located.
+ between the two is where the handler method is actually located.
In both cases, the handler must conform to the IEmptyDirective
interface. That interface mandates that when called, the handler
will return a list of actions. So, our registerRequestFactory