Commit 126f4fdf authored by tarek's avatar tarek

fixed typo

--HG--
branch : distribute
extra : rebase_source : e1bab09caad12a809e484eb516bde5260f578628
parent e6684119
......@@ -70,7 +70,7 @@ def use_setuptools(
except pkg_resources.VersionConflict, e:
if was_imported:
print >>sys.stderr, (
"The required version of distibute (>=%s) is not available, and\n"
"The required version of distribute (>=%s) is not available, and\n"
"can't be installed while this script is running. Please install\n"
" a more recent version first, using 'easy_install -U distribute'."
"\n\n(Currently using %r)"
......
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