Commit 17f9715c authored by fdrake's avatar fdrake

fix typo


git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@102548 62d5b8a3-27da-0310-9561-8e5933582275
parent e834407d
......@@ -342,7 +342,7 @@ class Buildout(UserDict.DictMixin):
self._setup_directories()
# Now copy buildout and setuptools eggs, amd record destination eggs:
# Now copy buildout and setuptools eggs, and record destination eggs:
entries = []
for name in 'setuptools', 'zc.buildout':
r = pkg_resources.Requirement.parse(name)
......
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