diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-09-07 12:03:06 +0000 |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-09-07 12:03:06 +0000 |
commit | 84f35582fc98b213e51d9924ae9f726212069560 (patch) | |
tree | 3bbbddcf328a2c8fd93999f0892e2a366fdc2bcb | |
parent | be95a04e37fb4d99828dd2639b2107e28e064804 (diff) | |
download | python-setuptools-git-84f35582fc98b213e51d9924ae9f726212069560.tar.gz |
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
-rw-r--r-- | tests/test_msvc9compiler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_msvc9compiler.py b/tests/test_msvc9compiler.py index 5e18c613..77a07ef3 100644 --- a/tests/test_msvc9compiler.py +++ b/tests/test_msvc9compiler.py @@ -125,7 +125,7 @@ class msvc9compilerTestCase(support.TempdirManager, self.assertRaises(KeyError, Reg.get_value, 'xxx', 'xxx') # looking for values that should exist on all - # windows registeries versions. + # windows registry versions. path = r'Control Panel\Desktop' v = Reg.get_value(path, 'dragfullwindows') self.assertIn(v, ('0', '1', '2')) |