From 88e420645612cbec172820c2c80a3f1fe68312c7 Mon Sep 17 00:00:00 2001 From: Martin Panter Date: Sun, 18 Dec 2016 05:27:49 +0000 Subject: Fix spelling in code comments --- Lib/distutils/tests/test_bdist_rpm.py | 2 +- Lib/test/test_unicode.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Lib/distutils/tests/test_bdist_rpm.py b/Lib/distutils/tests/test_bdist_rpm.py index 475a827..8248c08 100644 --- a/Lib/distutils/tests/test_bdist_rpm.py +++ b/Lib/distutils/tests/test_bdist_rpm.py @@ -99,7 +99,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') diff --git a/Lib/test/test_unicode.py b/Lib/test/test_unicode.py index 0f2cf21..560b84c 100644 --- a/Lib/test/test_unicode.py +++ b/Lib/test/test_unicode.py @@ -1814,7 +1814,7 @@ class CAPITest(unittest.TestCase): b'repr=%V', None, b'abc\xff') # not supported: copy the raw format string. these tests are just here - # to check for crashs and should not be considered as specifications + # to check for crashes and should not be considered as specifications check_format(u'%s', b'%1%s', b'abc') check_format(u'%1abc', -- cgit v0.12