summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-10-31 16:40:21 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-10-31 16:40:21 (GMT)
commit206e10c014e8b61b2c0cb52c797cec63a73c0f8b (patch)
tree946d6eb303191a3db494b3aa732142c1a63bc4b5
parent61d14b7659ebbe37f4eb77db909c4a34619f558e (diff)
downloadcpython-206e10c014e8b61b2c0cb52c797cec63a73c0f8b.zip
cpython-206e10c014e8b61b2c0cb52c797cec63a73c0f8b.tar.gz
cpython-206e10c014e8b61b2c0cb52c797cec63a73c0f8b.tar.bz2
Merged revisions 86040 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86040 | benjamin.peterson | 2010-10-31 11:38:19 -0500 (Sun, 31 Oct 2010) | 1 line typo ........
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index cc5358f..f947478 100644
--- a/setup.py
+++ b/setup.py
@@ -1330,7 +1330,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.
#