diff options
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)" |
