diff options
| author | Ezio Melotti <ezio.melotti@gmail.com> | 2011-03-16 11:05:33 +0200 |
|---|---|---|
| committer | Ezio Melotti <ezio.melotti@gmail.com> | 2011-03-16 11:05:33 +0200 |
| commit | 877161a90666a528acaa1169d33db58abbf2c964 (patch) | |
| tree | 04abfdece677fdbe7562bd5a884209fbb0ac9291 /cygwinccompiler.py | |
| parent | 5bff24b86b4ad1400e9f063f3e371cac0fdd0e59 (diff) | |
| download | python-setuptools-git-877161a90666a528acaa1169d33db58abbf2c964.tar.gz | |
#11565: Fix several typos. Patch by Piotr Kasprzyk.
Diffstat (limited to 'cygwinccompiler.py')
| -rw-r--r-- | cygwinccompiler.py | 2 |
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: |
