]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[typo] s/libexpact/libexpat/ in setup.py (GH-28624) (GH-28627)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 29 Sep 2021 15:19:47 +0000 (08:19 -0700)
committerGitHub <noreply@github.com>
Wed, 29 Sep 2021 15:19:47 +0000 (17:19 +0200)
(cherry picked from commit bf5d1684a770af4e4d176bc6780874a4be168cac)

Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
setup.py

index 2bb71dde18d378a3720754a3b163b4e3cb355290..94ee77085113b0de3a0a030a3e804421632b19a6 100644 (file)
--- 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',