Fix typos in warnings, docstrings, comments and text files (#123597)

This commit is contained in:
abstractee 2024-09-03 01:20:40 +01:00 committed by GitHub
parent 33b790978d
commit 1f4a49ea53
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 8 additions and 8 deletions

View file

@ -523,7 +523,7 @@ def _read_directory(archive):
# N.b. Here be dragons: the ordering of these is different than
# the header fields, and it's really easy to get it wrong since
# naturally-occuring zips that use all 3 are >4GB
# naturally-occurring zips that use all 3 are >4GB
if file_size == MAX_UINT32:
file_size = values.pop(0)
if data_size == MAX_UINT32: