diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-12-18 01:23:09 +0000 |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-12-18 01:23:09 +0000 |
commit | 5b38d9b863e3a86202da4816f7ef9b67b871a3a3 (patch) | |
tree | 8e30f49b3fc19e54ad4e89fa89e80450eec3f36b | |
parent | f63a2b9c7a165de24a4a5b4b8c88a298d45dddad (diff) | |
download | python-setuptools-git-5b38d9b863e3a86202da4816f7ef9b67b871a3a3.tar.gz |
Fix spelling and grammar in code comments and documentation
-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 e9795ee4..c5962ddd 100644 --- a/tests/test_bdist_rpm.py +++ b/tests/test_bdist_rpm.py @@ -96,7 +96,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') |