summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorYusuke Hayashi <yusuke8h@gmail.com>2021-05-23 01:44:53 +0900
committerGitHub <noreply@github.com>2021-05-22 19:44:53 +0300
commite197cf3c1c5dbe641b9cdc557ee4f3d0c2669a9b (patch)
treecf7a72ddb15ddafa1d84d1940aae13054321d968 /src
parent6e86e6b886d7744cba1faa80bf3d12c8ac8db3f8 (diff)
downloadwheel-git-e197cf3c1c5dbe641b9cdc557ee4f3d0c2669a9b.tar.gz
Fix typo of comments (#404)
Diffstat (limited to 'src')
-rw-r--r--src/wheel/macosx_libfile.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wheel/macosx_libfile.py b/src/wheel/macosx_libfile.py
index 8918039..39006fb 100644
--- a/src/wheel/macosx_libfile.py
+++ b/src/wheel/macosx_libfile.py
@@ -28,7 +28,7 @@ because them contains information about minimal system version.
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 @@ def extract_macosx_min_system_version(path_to_lib):
# 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.