]> granicus.if.org Git - python/commitdiff
typo
authorBenjamin Peterson <benjamin@python.org>
Sun, 31 Oct 2010 16:38:19 +0000 (16:38 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sun, 31 Oct 2010 16:38:19 +0000 (16:38 +0000)
setup.py

index ef5cbec073818408fb08916ee39cda15ae624247..6cb8a28c0be526e307d787916f11b5f5c7cf6ea0 100644 (file)
--- 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.
         #