Skip to content

Commit

Permalink
Fix typo in configure (GH-26078)
Browse files Browse the repository at this point in the history
  • Loading branch information
eltociear committed May 13, 2021
1 parent 366c69f commit 3c0b070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Expand Up @@ -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
Expand Down

0 comments on commit 3c0b070

Please sign in to comment.