summaryrefslogtreecommitdiffstats
path: root/Modules/getpath.c
diff options
context:
space:
mode:
authorChristian Clauss <cclauss@me.com>2021-10-07 08:34:42 (GMT)
committerGitHub <noreply@github.com>2021-10-07 08:34:42 (GMT)
commitdd02a696e55b450413e765e698e653d781ca4205 (patch)
tree56559f73fe0771d9354abcd0131fa113f5975bc1 /Modules/getpath.c
parent5baec4aea6821256f5d1785a6bd596fab069f1b6 (diff)
downloadcpython-dd02a696e55b450413e765e698e653d781ca4205.zip
cpython-dd02a696e55b450413e765e698e653d781ca4205.tar.gz
cpython-dd02a696e55b450413e765e698e653d781ca4205.tar.bz2
Fix typos in the Modules directory (GH-28761)
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 56775e9..22e5ef2 100644
--- a/Modules/getpath.c
+++ b/Modules/getpath.c
@@ -1457,7 +1457,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;