summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-10-31 16:38:19 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-10-31 16:38:19 (GMT)
commitc73206c1e1c6cc7b177ad23ac53dc73db66c13a9 (patch)
tree8e04ba4905f2153f8254d91b70838fafba5e1de7 /setup.py
parentf569826f06a035b749164f9530efc25fec10691d (diff)
downloadcpython-c73206c1e1c6cc7b177ad23ac53dc73db66c13a9.zip
cpython-c73206c1e1c6cc7b177ad23ac53dc73db66c13a9.tar.gz
cpython-c73206c1e1c6cc7b177ad23ac53dc73db66c13a9.tar.bz2
typo
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index ef5cbec..6cb8a28 100644
--- a/setup.py
+++ b/setup.py
@@ -1232,7 +1232,7 @@ class PyBuildExt(build_ext):
# The pyexpat module was written by Paul Prescod after a prototype by
# Jack Jansen. The Expat source is included in Modules/expat/. Usage
# of a system shared libexpat.so is possible with --with-system-expat
- # cofigure option.
+ # configure option.
#
# More information on Expat can be found at www.libexpat.org.
#