summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-12-18 01:23:09 +0000
committerMartin Panter <vadmium+py@gmail.com>2016-12-18 01:23:09 +0000
commit5b38d9b863e3a86202da4816f7ef9b67b871a3a3 (patch)
tree8e30f49b3fc19e54ad4e89fa89e80450eec3f36b
parentf63a2b9c7a165de24a4a5b4b8c88a298d45dddad (diff)
downloadpython-setuptools-git-5b38d9b863e3a86202da4816f7ef9b67b871a3a3.tar.gz
Fix spelling and grammar in code comments and documentation
-rw-r--r--tests/test_bdist_rpm.py2
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')