summaryrefslogtreecommitdiff
path: root/tests/test_clean.py
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2011-03-16 11:35:38 +0200
committerEzio Melotti <ezio.melotti@gmail.com>2011-03-16 11:35:38 +0200
commitf4b206894378af9ed89a337f24684746bb40d11f (patch)
tree4127226d8a1520f73688d1276766fb8e74e1e42c /tests/test_clean.py
parentc5335c63cc7406a64416421d7aea73a002d07177 (diff)
parent877161a90666a528acaa1169d33db58abbf2c964 (diff)
downloadpython-setuptools-git-f4b206894378af9ed89a337f24684746bb40d11f.tar.gz
#11565: Merge with 3.1.
Diffstat (limited to 'tests/test_clean.py')
-rw-r--r--tests/test_clean.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_clean.py b/tests/test_clean.py
index 649855f7..eb8958bf 100644
--- a/tests/test_clean.py
+++ b/tests/test_clean.py
@@ -39,7 +39,7 @@ class cleanTestCase(support.TempdirManager,
self.assertTrue(not os.path.exists(path),
'%s was not removed' % path)
- # let's run the command again (should spit warnings but suceed)
+ # let's run the command again (should spit warnings but succeed)
cmd.all = 1
cmd.ensure_finalized()
cmd.run()