Commit 4f2cc60a authored by Martin Panter's avatar Martin Panter

Issue #27171: Merge typo fixes from 3.5

parents bcd79d7f 3f054be5
...@@ -278,7 +278,7 @@ class BuildExtTestCase(TempdirManager, ...@@ -278,7 +278,7 @@ class BuildExtTestCase(TempdirManager,
def test_compiler_option(self): def test_compiler_option(self):
# cmd.compiler is an option and # cmd.compiler is an option and
# should not be overriden by a compiler instance # should not be overridden by a compiler instance
# when the command is run # when the command is run
dist = Distribution() dist = Distribution()
cmd = self.build_ext(dist) cmd = self.build_ext(dist)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment