[Checkins] SVN: zope.configuration/trunk/src/zope/configuration/zopeconfigure.py Fixed typo

Vincent Fretin vincent.fretin at gmail.com
Sat Jul 3 16:06:17 EDT 2010


Log message for revision 114150:
  Fixed typo

Changed:
  U   zope.configuration/trunk/src/zope/configuration/zopeconfigure.py

-=-
Modified: zope.configuration/trunk/src/zope/configuration/zopeconfigure.py
===================================================================
--- zope.configuration/trunk/src/zope/configuration/zopeconfigure.py	2010-07-03 18:55:41 UTC (rev 114149)
+++ zope.configuration/trunk/src/zope/configuration/zopeconfigure.py	2010-07-03 20:06:16 UTC (rev 114150)
@@ -32,7 +32,7 @@
 - Register the class
 
 The parameter schema is given by IZopeConfigure. It specifies a
-package parameter and an i18n_domain paramter.  The package parameter
+package parameter and an i18n_domain parameter.  The package parameter
 is specified as a ``GlobalObject``. This means it must be given as a
 dotted name that can be resolved through import.  The i18n domain is
 just a plain (not unicode) string.



More information about the checkins mailing list