diff options
Diffstat (limited to 'tests/test_clean.py')
| -rw-r--r-- | tests/test_clean.py | 2 |
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() |
