[Checkins] SVN: zc.buildout/trunk/src/zc/buildout/setup.txt Correct a load of typos. Hopefully these weren't meaning-o's ; -)

Chris Withers chris at simplistix.co.uk
Tue Jul 15 18:43:58 EDT 2008


Log message for revision 88387:
  Correct a load of typos. Hopefully these weren't meaning-o's ;-)

Changed:
  U   zc.buildout/trunk/src/zc/buildout/setup.txt

-=-
Modified: zc.buildout/trunk/src/zc/buildout/setup.txt
===================================================================
--- zc.buildout/trunk/src/zc/buildout/setup.txt	2008-07-15 19:26:51 UTC (rev 88386)
+++ zc.buildout/trunk/src/zc/buildout/setup.txt	2008-07-15 22:43:56 UTC (rev 88387)
@@ -3,16 +3,16 @@
 
 zc buildout has a convenience command for running setup scripts.  Why?
 There are two reasons.  If a setup script doesn't import setuptools,
-you can't use aby setuptools-provided commands, like bdist_egg.  When
+you can't use any setuptools-provided commands, like bdist_egg.  When
 buildut runs a setup script, it arranges to import setuptools before
 running the script so setuptools-provided commands are available.
 
-If you use a squeaky-clean Python to do your development, the a setup
+If you use a squeaky-clean Python to do your development, the setup
 script that would import setuptools because setuptools isn't in the
 path.  Because buildout requires setuptools and knows where it has
-installed a setuptools egg, it add the setuptools egg to the Python
+installed a setuptools egg, it adds the setuptools egg to the Python
 path before running the script.  To run a setup script, use the
-buildout setup command, passing the name of a secript or a directory
+buildout setup command, passing the name of a script or a directory
 containing a setup script and arguments to the script.  Let's look at
 an example:
 



More information about the Checkins mailing list