summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDong-hee Na <donghee.na@python.org>2021-05-21 23:40:59 (GMT)
committerGitHub <noreply@github.com>2021-05-21 23:40:59 (GMT)
commita9e43615c2e1fc5dd60063c1509e8b1c5daad095 (patch)
tree852aab3cac8faf84177891adb1d627a159028679 /configure.ac
parent604cd71e501b3bb1ede2b8abc797643fc2e9129c (diff)
downloadcpython-a9e43615c2e1fc5dd60063c1509e8b1c5daad095.zip
cpython-a9e43615c2e1fc5dd60063c1509e8b1c5daad095.tar.gz
cpython-a9e43615c2e1fc5dd60063c1509e8b1c5daad095.tar.bz2
Fix typo for configure.ac (GH-26305)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4fc269a..553f8ad 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2973,7 +2973,7 @@ esac
[AC_MSG_RESULT(default)])
validate_tzpath() {
- # Checks that each element of hte path is an absolute path
+ # Checks that each element of the path is an absolute path
if test -z "$1"; then
# Empty string is allowed: it indicates no system TZPATH
return 0