mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
#11565: Fix several typos. Patch by Piotr Kasprzyk.
This commit is contained in:
parent
e3d09ff269
commit
13925008dc
94 changed files with 126 additions and 126 deletions
|
@ -1049,7 +1049,7 @@ parse_dostime(int dostime, int dosdate)
|
|||
}
|
||||
|
||||
/* Given a path to a .pyc or .pyo file in the archive, return the
|
||||
modifictaion time of the matching .py file, or 0 if no source
|
||||
modification time of the matching .py file, or 0 if no source
|
||||
is available. */
|
||||
static time_t
|
||||
get_mtime_of_source(ZipImporter *self, char *path)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue