Commit eb19aadc authored by Reinout van Rees's avatar Reinout van Rees

small typos

parent 87b10ccb
......@@ -35,7 +35,7 @@ Existing recipes include:
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 @@ Existing recipes include:
`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 @@ zc.recipe.testrunner recipe. In the section for the test script, I
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.
......
......@@ -3,9 +3,8 @@ Allow hosts
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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment