[Zope3-checkins]
SVN: Zope3/trunk/src/zope/configuration/tests/test_simple.py
Typo fixed
Dmitry Vasiliev
dima at hlabs.spb.ru
Tue Aug 17 06:41:26 EDT 2004
Log message for revision 27162:
Typo fixed
Changed:
U Zope3/trunk/src/zope/configuration/tests/test_simple.py
-=-
Modified: Zope3/trunk/src/zope/configuration/tests/test_simple.py
===================================================================
--- Zope3/trunk/src/zope/configuration/tests/test_simple.py 2004-08-17 01:15:16 UTC (rev 27161)
+++ Zope3/trunk/src/zope/configuration/tests/test_simple.py 2004-08-17 10:41:25 UTC (rev 27162)
@@ -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