Commit 0107f537 authored by Reinout van Rees's avatar Reinout van Rees

Added two typo fixes from #137.

The pull request itself contains a change that should not be applied.
parent 34a0eeca
...@@ -503,7 +503,7 @@ class Installer: ...@@ -503,7 +503,7 @@ class Installer:
if dist is None: if dist is None:
raise zc.buildout.UserError( raise zc.buildout.UserError(
"Couln't download distribution %s." % avail) "Couldn't download distribution %s." % avail)
if dist.precedence == pkg_resources.EGG_DIST: if dist.precedence == pkg_resources.EGG_DIST:
# It's already an egg, just fetch it into the dest # It's already an egg, just fetch it into the dest
......
...@@ -453,7 +453,7 @@ def wait(port, up): ...@@ -453,7 +453,7 @@ def wait(port, up):
if up: if up:
raise raise
else: else:
raise SystemError("Couln't stop server") raise SystemError("Couldn't stop server")
def install(project, destination): def install(project, destination):
if not isinstance(destination, str): if not isinstance(destination, str):
......
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