[Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/configuration/tests/test_simple.py
Merged revision 27162 from trunk
Dmitry Vasiliev
dima at hlabs.spb.ru
Tue Aug 17 06:49:18 EDT 2004
Log message for revision 27163:
Merged revision 27162 from trunk
Changed:
U Zope3/branches/ZopeX3-3.0/src/zope/configuration/tests/test_simple.py
-=-
Modified: Zope3/branches/ZopeX3-3.0/src/zope/configuration/tests/test_simple.py
===================================================================
--- Zope3/branches/ZopeX3-3.0/src/zope/configuration/tests/test_simple.py 2004-08-17 10:41:25 UTC (rev 27162)
+++ Zope3/branches/ZopeX3-3.0/src/zope/configuration/tests/test_simple.py 2004-08-17 10:49:18 UTC (rev 27163)
@@ -46,7 +46,7 @@
The job of a configuration handler is to compute one or more
configuration actions. Configuration actions are defered function
calls. The handler doesn't perform the actions. It just computes
-actions, which may be perfoemd later if they are not overridden by
+actions, which may be performed later if they are not overridden by
other directives.
Out handler is given in the function, ``registerFile``. It takes a context,
More information about the Zope3-Checkins
mailing list