From: Benjamin Peterson Date: Sun, 31 Oct 2010 16:38:19 +0000 (+0000) Subject: typo X-Git-Tag: v3.2a4~222 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c73206c1e1c6cc7b177ad23ac53dc73db66c13a9;p=python typo --- diff --git a/setup.py b/setup.py index ef5cbec073..6cb8a28c0b 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. #