[Checkins] SVN: zc.buildout/branches/help-api/zc.recipe.egg_/src/zc/recipe/egg/custom.txt typo

Godefroid Chapelle gotcha at bubblenet.be
Sun Mar 29 17:16:48 EDT 2009


Log message for revision 98465:
  typo

Changed:
  U   zc.buildout/branches/help-api/zc.recipe.egg_/src/zc/recipe/egg/custom.txt

-=-
Modified: zc.buildout/branches/help-api/zc.recipe.egg_/src/zc/recipe/egg/custom.txt
===================================================================
--- zc.buildout/branches/help-api/zc.recipe.egg_/src/zc/recipe/egg/custom.txt	2009-03-29 21:16:41 UTC (rev 98464)
+++ zc.buildout/branches/help-api/zc.recipe.egg_/src/zc/recipe/egg/custom.txt	2009-03-29 21:16:48 UTC (rev 98465)
@@ -82,6 +82,10 @@
    Python executable is found in the executable option of the named
    section. 
 
+environment
+   The name of a section wich additional environment variables. The
+   envirionment variables are set before the egg is built.
+
 To illustrate this, we'll define a buildout that builds an egg for a
 package that has a simple extension module::
 
@@ -102,7 +106,7 @@
   #endif
   }
 
-The extension depends on a system-dependnt include file, extdemo.h,
+The extension depends on a system-dependent include file, extdemo.h,
 that defines a constant, EXTDEMO, that is exposed by the extension.
 
 The extension module is available as a source distribution,



More information about the Checkins mailing list