gh-101386: fix typos found by codespell (#101387)

This commit is contained in:
Peter Jiping Xie 2023-01-28 20:57:40 +11:00 committed by GitHub
parent 052f53d65d
commit db757f0e44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View file

@ -462,7 +462,7 @@ In such cases, the ``@`` format character should be used to specify
native byte ordering and data sizes. Internal pad bytes are normally inserted
automatically. It is possible that a zero-repeat format code will be
needed at the end of a format string to round up to the correct
byte boundary for proper alignment of consective chunks of data.
byte boundary for proper alignment of consecutive chunks of data.
Consider these two simple examples (on a 64-bit, little-endian
machine)::