From e9ebfc26ca533cb46bef4b8b2a535aac3d171cbd Mon Sep 17 00:00:00 2001 From: Yusuke Hayashi Date: Sat, 22 May 2021 12:05:48 +0900 Subject: [PATCH] Fix typo of comments --- src/wheel/macosx_libfile.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wheel/macosx_libfile.py b/src/wheel/macosx_libfile.py index 8918039f..39006fb0 100644 --- a/src/wheel/macosx_libfile.py +++ b/src/wheel/macosx_libfile.py @@ -28,7 +28,7 @@ Important remarks: - For fat files this implementation looks for maximum number version. - It not check if it is 32 or 64 and do not compare it with currently builded package. + It not check if it is 32 or 64 and do not compare it with currently built package. So it is possible to false report higher version that needed. - All structures signatures are taken form macosx header files. - I think that binary format will be more stable than `otool` output. @@ -279,7 +279,7 @@ class FatArch(BaseClass): # Xcode will not set the deployment target below 11.0.0 # for the arm64 architecture. Ignore the arm64 deployment # in fat binaries when the target is 11.0.0, that way - # the other architetures can select a lower deployment + # the other architectures can select a lower deployment # target. # This is safe because there is no arm64 variant for # macOS 10.15 or earlier.