diff options
author | Dong-hee Na <donghee.na@python.org> | 2021-05-21 23:40:59 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-21 23:40:59 (GMT) |
commit | a9e43615c2e1fc5dd60063c1509e8b1c5daad095 (patch) | |
tree | 852aab3cac8faf84177891adb1d627a159028679 | |
parent | 604cd71e501b3bb1ede2b8abc797643fc2e9129c (diff) | |
download | cpython-a9e43615c2e1fc5dd60063c1509e8b1c5daad095.zip cpython-a9e43615c2e1fc5dd60063c1509e8b1c5daad095.tar.gz cpython-a9e43615c2e1fc5dd60063c1509e8b1c5daad095.tar.bz2 |
Fix typo for configure.ac (GH-26305)
-rw-r--r-- | configure.ac | 2 |
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 |