diff options
| author | tarek <none@none> | 2009-07-21 11:35:36 +0200 |
|---|---|---|
| committer | tarek <none@none> | 2009-07-21 11:35:36 +0200 |
| commit | 126f4fdf7bf93877fd188769360631e1631b5f50 (patch) | |
| tree | dfc0a66cb0f3c752dda25fd65740b0848933edf6 /ez_setup.py | |
| parent | e6684119501416733ff9c824f5e3d90cc8b75b0f (diff) | |
| download | python-setuptools-git-126f4fdf7bf93877fd188769360631e1631b5f50.tar.gz | |
fixed typo
--HG--
branch : distribute
extra : rebase_source : e1bab09caad12a809e484eb516bde5260f578628
Diffstat (limited to 'ez_setup.py')
| -rwxr-xr-x | ez_setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ez_setup.py b/ez_setup.py index 8fc5d68f..cb570d69 100755 --- a/ez_setup.py +++ b/ez_setup.py @@ -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)" |
