Skip to content

Commit a9e4361

Browse files
authored
Fix typo for configure.ac (GH-26305)
1 parent 604cd71 commit a9e4361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2973,7 +2973,7 @@ esac
29732973
[AC_MSG_RESULT(default)])
29742974

29752975
validate_tzpath() {
2976-
# Checks that each element of hte path is an absolute path
2976+
# Checks that each element of the path is an absolute path
29772977
if test -z "$1"; then
29782978
# Empty string is allowed: it indicates no system TZPATH
29792979
return 0

0 commit comments

Comments
 (0)