summaryrefslogtreecommitdiff
path: root/cygwinccompiler.py
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2011-03-16 11:05:33 +0200
committerEzio Melotti <ezio.melotti@gmail.com>2011-03-16 11:05:33 +0200
commit877161a90666a528acaa1169d33db58abbf2c964 (patch)
tree04abfdece677fdbe7562bd5a884209fbb0ac9291 /cygwinccompiler.py
parent5bff24b86b4ad1400e9f063f3e371cac0fdd0e59 (diff)
downloadpython-setuptools-git-877161a90666a528acaa1169d33db58abbf2c964.tar.gz
#11565: Fix several typos. Patch by Piotr Kasprzyk.
Diffstat (limited to 'cygwinccompiler.py')
-rw-r--r--cygwinccompiler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cygwinccompiler.py b/cygwinccompiler.py
index 95fa3ed3..536aa6b6 100644
--- a/cygwinccompiler.py
+++ b/cygwinccompiler.py
@@ -155,7 +155,7 @@ class CygwinCCompiler(UnixCCompiler):
self.dll_libraries = get_msvcr()
def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts):
- """Compiles the source by spawing GCC and windres if needed."""
+ """Compiles the source by spawning GCC and windres if needed."""
if ext == '.rc' or ext == '.res':
# gcc needs '.res' and '.rc' compiled to object files !!!
try: