Fix typos in multiple files (GH-26689)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
This commit is contained in:
Binbin 2021-06-13 10:47:44 +08:00 committed by GitHub
parent 736ed6f7a9
commit 17b16e13bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
24 changed files with 1023 additions and 1023 deletions

View file

@ -5,7 +5,7 @@
If called from the command line, it prints the platform
information concatenated as single string to stdout. The output
format is useable as part of a filename.
format is usable as part of a filename.
"""
# This module is maintained by Marc-Andre Lemburg <mal@egenix.com>.
@ -169,7 +169,7 @@ def libc_ver(executable=None, lib='', version='', chunksize=16384):
Note that the function has intimate knowledge of how different
libc versions add symbols to the executable and thus is probably
only useable for executables compiled using gcc.
only usable for executables compiled using gcc.
The file is read and scanned in chunks of chunksize bytes.