Issue #27076: Merge spelling from 3.5

This commit is contained in:
Martin Panter 2016-05-26 06:03:19 +00:00
commit 3e04d5b306
66 changed files with 232 additions and 232 deletions

View file

@ -126,7 +126,7 @@ class UnixCCompilerTestCase(unittest.TestCase):
self.assertEqual(self.cc.linker_so[0], 'my_cc')
@unittest.skipUnless(sys.platform == 'darwin', 'test only relevant for OS X')
def test_osx_explict_ldshared(self):
def test_osx_explicit_ldshared(self):
# Issue #18080:
# ensure that setting CC env variable does not change
# explicit LDSHARED setting for linker