[3.10] Fix typos in the Modules directory (GH-28761) (GH-28781)

(cherry picked from commit dd02a696e5)


Co-authored-by: Christian Clauss <cclauss@me.com>

Automerge-Triggered-By: GH:gpshead
This commit is contained in:
Miss Islington (bot) 2021-10-07 01:55:18 -07:00 committed by GitHub
parent 35d4857375
commit 5afc5bb45d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 21 additions and 21 deletions

View file

@ -1505,7 +1505,7 @@ calculate_path(PyCalculatePath *calculate, _PyPathConfig *pathconfig)
}
/* If a pyvenv.cfg configure file is found,
argv0_path is overriden with its 'home' variable. */
argv0_path is overridden with its 'home' variable. */
status = calculate_read_pyenv(calculate);
if (_PyStatus_EXCEPTION(status)) {
return status;