[Checkins] SVN: zc.buildout/trunk/ small typos

Reinout van Rees reinout at vanrees.org
Thu Mar 12 18:02:29 EDT 2009


Log message for revision 98013:
  small typos

Changed:
  U   zc.buildout/trunk/README.txt
  U   zc.buildout/trunk/src/zc/buildout/allowhosts.txt

-=-
Modified: zc.buildout/trunk/README.txt
===================================================================
--- zc.buildout/trunk/README.txt	2009-03-12 19:07:19 UTC (rev 98012)
+++ zc.buildout/trunk/README.txt	2009-03-12 22:02:29 UTC (rev 98013)
@@ -35,7 +35,7 @@
    the needed eggs included in their paths.
 
 `zc.recipe.testrunner <http://pypi.python.org/pypi/zc.recipe.testrunner>`_
-   The testrunner egg installs creates a test runner script for one or
+   The testrunner egg creates a test runner script for one or
    more eggs.
 
 `zc.recipe.zope3checkout <http://pypi.python.org/pypi/zc.recipe.zope3checkout>`_
@@ -47,7 +47,7 @@
 
 `zc.recipe.filestorage <http://pypi.python.org/pypi/zc.recipe.filestorage>`_
    The filestorage recipe sets up a ZODB file storage for use in a
-   Zope 3 instance creayed by the zope3instance recipe.
+   Zope 3 instance created by the zope3instance recipe.
 
 Buildout examples
 *****************
@@ -113,7 +113,7 @@
 specify that I want to run the tests in the zc.ngi package.
 
 When I check out this project into a new sandbox, I run bootstrap.py
-to get setuptools and zc.buildout and create bin/buildout.  I run
+to get setuptools and zc.buildout and to create bin/buildout.  I run
 bin/buildout, which installs the test script, bin/test, which I can
 then use to run the tests.
 

Modified: zc.buildout/trunk/src/zc/buildout/allowhosts.txt
===================================================================
--- zc.buildout/trunk/src/zc/buildout/allowhosts.txt	2009-03-12 19:07:19 UTC (rev 98012)
+++ zc.buildout/trunk/src/zc/buildout/allowhosts.txt	2009-03-12 22:02:29 UTC (rev 98013)
@@ -3,9 +3,8 @@
 
 On some environments the links visited by `zc.buildout` can be forbidden
 by paranoiac firewalls. These URL might be on the chain of links 
-visited by `zc.buildout` wheter they are defined in the `find-links` option,
-wheter they are defined by various eggs in their `url`, `download_url`, 
-`dependency_links` metadata.
+visited by `zc.buildout` whether they are defined in the `find-links` option
+or by various eggs in their `url`, `download_url` and `dependency_links` metadata.
 
 It is even harder to track that package_index works like a spider and 
 might visit links and go to other location.



More information about the Checkins mailing list