diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-07-22 15:16:19 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-07-22 15:16:19 -0400 |
commit | 451b84a0c56e23eea5396981747d570c80aef773 (patch) | |
tree | 4a0d96b66798c36faf27b2bff7314864c2b65a05 /setuptools/tests/test_msvc.py | |
parent | b594b7c00dd43d3ae2b1a0b349cd0436fb8232d1 (diff) | |
download | external_python_setuptools-451b84a0c56e23eea5396981747d570c80aef773.tar.gz external_python_setuptools-451b84a0c56e23eea5396981747d570c80aef773.tar.bz2 external_python_setuptools-451b84a0c56e23eea5396981747d570c80aef773.zip |
Correct spelling
Diffstat (limited to 'setuptools/tests/test_msvc.py')
-rw-r--r-- | setuptools/tests/test_msvc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/tests/test_msvc.py b/setuptools/tests/test_msvc.py index 2fbd56bf..9b5ffba0 100644 --- a/setuptools/tests/test_msvc.py +++ b/setuptools/tests/test_msvc.py @@ -71,7 +71,7 @@ class TestModulePatch: mod_name = distutils.msvc9compiler.find_vcvarsall.__module__ assert mod_name == "setuptools.msvc", "find_vcvarsall unpatched" - def test_no_registry_entryies_means_nothing_found(self): + def test_no_registry_entries_means_nothing_found(self): """ No registry entries or environment variable should lead to an error directing the user to download vcpython27. |