From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 29 Sep 2021 15:19:47 +0000 (-0700) Subject: [typo] s/libexpact/libexpat/ in setup.py (GH-28624) (GH-28627) X-Git-Tag: v3.9.8~118 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e97145d2fd1530f756d8882e42f2cf712f0f140;p=thirdparty%2FPython%2Fcpython.git [typo] s/libexpact/libexpat/ in setup.py (GH-28624) (GH-28627) (cherry picked from commit bf5d1684a770af4e4d176bc6780874a4be168cac) Co-authored-by: Ɓukasz Langa --- diff --git a/setup.py b/setup.py index 2bb71dde18d3..94ee77085113 100644 --- a/setup.py +++ b/setup.py @@ -1686,7 +1686,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',