diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-12-18 05:37:21 +0000 |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-12-18 05:37:21 +0000 |
commit | a87ddfa754054d9b8e34a97184d6daa6cfcf8e5a (patch) | |
tree | d7a7e4865e463bbc7550ffd11e5a6bc44a89638b | |
parent | 43a941466ffa97705a3c54f8a15a952a8b23659f (diff) | |
parent | 5b38d9b863e3a86202da4816f7ef9b67b871a3a3 (diff) | |
download | python-setuptools-git-a87ddfa754054d9b8e34a97184d6daa6cfcf8e5a.tar.gz |
Merge spelling and grammar from 3.5
-rw-r--r-- | tests/test_bdist_rpm.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_bdist_rpm.py b/tests/test_bdist_rpm.py index d7c9feb3..6453a02b 100644 --- a/tests/test_bdist_rpm.py +++ b/tests/test_bdist_rpm.py @@ -94,7 +94,7 @@ class BuildRpmTestCase(support.TempdirManager, @unittest.skipIf(find_executable('rpmbuild') is None, 'the rpmbuild command is not found') def test_no_optimize_flag(self): - # let's create a package that brakes bdist_rpm + # let's create a package that breaks bdist_rpm tmp_dir = self.mkdtemp() os.environ['HOME'] = tmp_dir # to confine dir '.rpmdb' creation pkg_dir = os.path.join(tmp_dir, 'foo') |