From dd02a696e55b450413e765e698e653d781ca4205 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Thu, 7 Oct 2021 10:34:42 +0200 Subject: Fix typos in the Modules directory (GH-28761) --- Modules/getpath.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Modules/getpath.c') diff --git a/Modules/getpath.c b/Modules/getpath.c index 56775e9cb4..22e5ef24b5 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; -- cgit v1.2.1