summaryrefslogtreecommitdiff
path: root/tests/test_install.py
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2011-03-16 11:05:33 +0200
committerEzio Melotti <ezio.melotti@gmail.com>2011-03-16 11:05:33 +0200
commit877161a90666a528acaa1169d33db58abbf2c964 (patch)
tree04abfdece677fdbe7562bd5a884209fbb0ac9291 /tests/test_install.py
parent5bff24b86b4ad1400e9f063f3e371cac0fdd0e59 (diff)
downloadpython-setuptools-git-877161a90666a528acaa1169d33db58abbf2c964.tar.gz
#11565: Fix several typos. Patch by Piotr Kasprzyk.
Diffstat (limited to 'tests/test_install.py')
-rw-r--r--tests/test_install.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_install.py b/tests/test_install.py
index a76e3e7a..ed69b0cb 100644
--- a/tests/test_install.py
+++ b/tests/test_install.py
@@ -62,7 +62,7 @@ class InstallTestCase(support.TempdirManager,
if sys.version < '2.6':
return
- # preparing the environement for the test
+ # preparing the environment for the test
self.old_user_base = site.USER_BASE
self.old_user_site = site.USER_SITE
self.tmpdir = self.mkdtemp()