]> granicus.if.org Git - python/commitdiff
Merged revisions 86040 via svnmerge from
authorBenjamin Peterson <benjamin@python.org>
Sun, 31 Oct 2010 16:40:21 +0000 (16:40 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sun, 31 Oct 2010 16:40:21 +0000 (16:40 +0000)
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
........

setup.py

index cc5358fff764d8063cddfad1e010f1b86910d632..f947478014926454e70d9cfca1a323fbb8dbeb77 100644 (file)
--- 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.
         #