summaryrefslogtreecommitdiffstats
path: root/Modules/getpath.c
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2021-10-07 08:55:18 (GMT)
committerGitHub <noreply@github.com>2021-10-07 08:55:18 (GMT)
commit5afc5bb45d614ea4a512e257b6b60e4f98185043 (patch)
treec4723c33d978f61a05012ee3ed476cb24319e1e8 /Modules/getpath.c
parent35d4857375b6ef8f1243db4da9c2cba0bee63ad6 (diff)
downloadcpython-5afc5bb45d614ea4a512e257b6b60e4f98185043.zip
cpython-5afc5bb45d614ea4a512e257b6b60e4f98185043.tar.gz
cpython-5afc5bb45d614ea4a512e257b6b60e4f98185043.tar.bz2
[3.10] Fix typos in the Modules directory (GH-28761) (GH-28781)
(cherry picked from commit dd02a696e55b450413e765e698e653d781ca4205) Co-authored-by: Christian Clauss <cclauss@me.com> Automerge-Triggered-By: GH:gpshead
Diffstat (limited to 'Modules/getpath.c')
-rw-r--r--Modules/getpath.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/getpath.c b/Modules/getpath.c
index 363d62a..ef6dd59 100644
--- a/Modules/getpath.c
+++ b/Modules/getpath.c
@@ -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;