From: Martin Panter Date: Sun, 18 Dec 2016 05:27:49 +0000 (+0000) Subject: Fix spelling in code comments X-Git-Tag: v2.7.14rc1~333 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88e420645612cbec172820c2c80a3f1fe68312c7;p=thirdparty%2FPython%2Fcpython.git Fix spelling in code comments --- diff --git a/Lib/distutils/tests/test_bdist_rpm.py b/Lib/distutils/tests/test_bdist_rpm.py index 475a8277cb5e..8248c08b19b7 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 0f2cf217bec4..560b84cb82c2 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',