Fix typo in configure (GH-26078)

This commit is contained in:
Ikko Ashimine 2021-05-14 02:09:17 +09:00 committed by GitHub
parent 366c69f3f6
commit 3c0b070f3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
configure vendored
View file

@ -10331,7 +10331,7 @@ fi
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