]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[typo] s/libexpact/libexpat/ in setup.py (GH-28624)
authorŁukasz Langa <lukasz@langa.pl>
Wed, 29 Sep 2021 14:29:35 +0000 (16:29 +0200)
committerGitHub <noreply@github.com>
Wed, 29 Sep 2021 14:29:35 +0000 (16:29 +0200)
setup.py

index 9e71a223c0aabd0e617d2cace2d3c16343f61566..6122430cd04317b7a92224ac853f07f22fa79148 100644 (file)
--- 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',