Skip to content

Commit 853c652

Browse files
committed
codespell: fix typo
1 parent fc05f03 commit 853c652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setupsrc/pypdfium2_setup/build_native.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ def parse_args(argv):
388388
)
389389
# The --vendor option is provided for cibuildwheel clients:
390390
# - libicudata pulled in from the system via `auditwheel repair` is quite big. Using vendored ICU reduces wheel size by about 10 MB (compressed).
391-
# - libc++ is used but not pulled in by auditwheel. This appears to be ABI-unsafe (although the wheels seem to work accross different hosts according to downstream feedback), so we may want to add that in the future. Actually, options to use system libc++ are deprecated upstream anyway.
391+
# - libc++ is used but not pulled in by auditwheel. This appears to be ABI-unsafe (although the wheels seem to work across different hosts according to downstream feedback), so we may want to add that in the future. Actually, options to use system libc++ are deprecated upstream anyway.
392392
parser.add_argument(
393393
"--vendor",
394394
dest = "vendor_deps",

0 commit comments

Comments
 (0)