[Checkins] SVN: z3c.recipe.staticlxml/trunk/src/z3c/recipe/staticlxml/__init__.py typo
Wolfgang Schnerring
wosc at wosc.de
Mon May 18 13:34:45 EDT 2009
Log message for revision 100083:
typo
Changed:
U z3c.recipe.staticlxml/trunk/src/z3c/recipe/staticlxml/__init__.py
-=-
Modified: z3c.recipe.staticlxml/trunk/src/z3c/recipe/staticlxml/__init__.py
===================================================================
--- z3c.recipe.staticlxml/trunk/src/z3c/recipe/staticlxml/__init__.py 2009-05-18 17:29:45 UTC (rev 100082)
+++ z3c.recipe.staticlxml/trunk/src/z3c/recipe/staticlxml/__init__.py 2009-05-18 17:34:44 UTC (rev 100083)
@@ -240,14 +240,14 @@
if not self.xslt_config:
self.xslt_config = which("xslt-config", xslt_location)
if not self.xslt_config:
- raise UserError("No ``xslt-config`` binary coinfigured and none found in path.")
+ raise UserError("No ``xslt-config`` binary configured and none found in path.")
self.logger.warn("Using xslt-config found in %s." % self.xslt_config)
self.xml2_config = self.options.get("xml2-config")
if not self.xml2_config:
self.xml2_config = which("xml2-config", xml2_location)
if not self.xml2_config:
- raise UserError("No ``xml2-config`` binary coinfigured and none found in path.")
+ raise UserError("No ``xml2-config`` binary configured and none found in path.")
self.logger.warn("Using xml2-config found in %s." % self.xml2_config)
self.logger.debug("xslt-config: %s" % self.xslt_config)
More information about the Checkins
mailing list