summaryrefslogtreecommitdiffstats
path: root/Python/pathconfig.c
diff options
context:
space:
mode:
authorChristian Clauss <cclauss@me.com>2021-10-07 14:36:39 (GMT)
committerGitHub <noreply@github.com>2021-10-07 14:36:39 (GMT)
commit78efc9aff254ec7e7a7b6512293674899e5d3615 (patch)
tree3bc539496c7adce2e0b2c92b7269d0937ef6e5ce /Python/pathconfig.c
parent960e7b3ba13b26f45775551ab6f3c062b8666b74 (diff)
downloadcpython-78efc9aff254ec7e7a7b6512293674899e5d3615.zip
cpython-78efc9aff254ec7e7a7b6512293674899e5d3615.tar.gz
cpython-78efc9aff254ec7e7a7b6512293674899e5d3615.tar.bz2
[3.9] Fix typos in the Python directory (GH-28767) (GH-28798)
(cherry picked from commit db693df3e112c5a61f2cbef63eedce3a36520ded) Automerge-Triggered-By: GH:JulienPalard
Diffstat (limited to 'Python/pathconfig.c')
-rw-r--r--Python/pathconfig.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/pathconfig.c b/Python/pathconfig.c
index 9a30221..b2ce86e 100644
--- a/Python/pathconfig.c
+++ b/Python/pathconfig.c
@@ -331,7 +331,7 @@ config_calculate_pathconfig(PyConfig *config)
#undef COPY_ATTR
#ifdef MS_WINDOWS
- /* If a ._pth file is found: isolated and site_import are overriden */
+ /* If a ._pth file is found: isolated and site_import are overridden */
if (pathconfig.isolated != -1) {
config->isolated = pathconfig.isolated;
}