summaryrefslogtreecommitdiff
path: root/cygwinccompiler.py
diff options
context:
space:
mode:
authorGreg Ward <gward@python.net>2000-07-27 02:13:20 +0000
committerGreg Ward <gward@python.net>2000-07-27 02:13:20 +0000
commit01105a3143f4096e4916f9fd95e219dc9d6d3fde (patch)
treefed2b0b5d3251e8a1cc35b160e95b40cb70d52e1 /cygwinccompiler.py
parentba1b7bf236f18fb1997ae789505856bb315c8f37 (diff)
downloadpython-setuptools-git-01105a3143f4096e4916f9fd95e219dc9d6d3fde.tar.gz
Fixed a grab-bag of typos spotted by Rob Hooft.
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 7d43f02f..650627f5 100644
--- a/cygwinccompiler.py
+++ b/cygwinccompiler.py
@@ -145,7 +145,7 @@ class CygwinCCompiler (UnixCCompiler):
]
# who wants symbols and a many times larger output file
- # should explicitely switch the debug mode on
+ # should explicitly switch the debug mode on
# otherwise we let dllwrap strip the output file
# (On my machine unstripped_file = stripped_file + 254KB
# 10KB < stripped_file < ??100KB )