Skip to content

Commit 3c0b070

Browse files
authored
Fix typo in configure (pythonGH-26078)
1 parent 366c69f commit 3c0b070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure

+1-1
Original file line numberDiff line numberDiff line change
@@ -10331,7 +10331,7 @@ fi
1033110331

1033210332

1033310333
validate_tzpath() {
10334-
# Checks that each element of hte path is an absolute path
10334+
# Checks that each element of the path is an absolute path
1033510335
if test -z "$1"; then
1033610336
# Empty string is allowed: it indicates no system TZPATH
1033710337
return 0

0 commit comments

Comments
 (0)