From: Ɓukasz Langa Date: Wed, 29 Sep 2021 14:29:35 +0000 (+0200) Subject: [typo] s/libexpact/libexpat/ in setup.py (GH-28624) X-Git-Tag: v3.11.0a1~44 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bf5d1684a770af4e4d176bc6780874a4be168cac;p=thirdparty%2FPython%2Fcpython.git [typo] s/libexpact/libexpat/ in setup.py (GH-28624) --- diff --git a/setup.py b/setup.py index 9e71a223c0aa..6122430cd043 100644 --- a/setup.py +++ b/setup.py @@ -1767,7 +1767,7 @@ class PyBuildExt(build_ext): ('XML_POOR_ENTROPY', '1'), ] extra_compile_args = [] - # bpo-44394: libexpact uses isnan() of math.h and needs linkage + # bpo-44394: libexpat uses isnan() of math.h and needs linkage # against the libm expat_lib = ['m'] expat_sources = ['expat/xmlparse.c',