Fix typo for configure.ac (GH-26305)

This commit is contained in:
Dong-hee Na 2021-05-22 08:40:59 +09:00 committed by GitHub
parent 604cd71e50
commit a9e43615c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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