mirror of
https://github.com/python/cpython.git
synced 2024-11-30 21:34:17 +08:00
Fix typo for configure.ac (GH-26305)
This commit is contained in:
parent
604cd71e50
commit
a9e43615c2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user