[Checkins] SVN: zc.buildout/trunk/zc.recipe.egg_/src/zc/recipe/egg/custom.txt typo

Christian Zagrodnick cz at gocept.com
Mon Feb 18 04:01:14 EST 2008


Log message for revision 84009:
  typo

Changed:
  U   zc.buildout/trunk/zc.recipe.egg_/src/zc/recipe/egg/custom.txt

-=-
Modified: zc.buildout/trunk/zc.recipe.egg_/src/zc/recipe/egg/custom.txt
===================================================================
--- zc.buildout/trunk/zc.recipe.egg_/src/zc/recipe/egg/custom.txt	2008-02-18 08:44:41 UTC (rev 84008)
+++ zc.buildout/trunk/zc.recipe.egg_/src/zc/recipe/egg/custom.txt	2008-02-18 09:01:13 UTC (rev 84009)
@@ -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