From 1e97145d2fd1530f756d8882e42f2cf712f0f140 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Wed, 29 Sep 2021 08:19:47 -0700 Subject: [PATCH] [typo] s/libexpact/libexpat/ in setup.py (GH-28624) (GH-28627) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit (cherry picked from commit bf5d1684a770af4e4d176bc6780874a4be168cac) Co-authored-by: Łukasz Langa --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.47.3