diff options
| author | Martin Panter <vadmium+py@gmail.com> | 2016-05-26 05:35:26 +0000 |
|---|---|---|
| committer | Martin Panter <vadmium+py@gmail.com> | 2016-05-26 05:35:26 +0000 |
| commit | 30a0d1c5414ec93ffd4f83cfcc67d426847ce30d (patch) | |
| tree | f9d0213bb7bcfe5691dc9b0687b1b1a3648520eb /tests/test_unixccompiler.py | |
| parent | a1b5cdeacee878322b0aa52af208a2f826b4b800 (diff) | |
| download | python-setuptools-git-30a0d1c5414ec93ffd4f83cfcc67d426847ce30d.tar.gz | |
Issue #27076: Doc, comment and tests spelling fixes
Most fixes to Doc/ and Lib/ directories by Ville Skyttä.
Diffstat (limited to 'tests/test_unixccompiler.py')
| -rw-r--r-- | tests/test_unixccompiler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_unixccompiler.py b/tests/test_unixccompiler.py index 3d14e12a..e171ee9c 100644 --- a/tests/test_unixccompiler.py +++ b/tests/test_unixccompiler.py @@ -127,7 +127,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 |
