mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Fix typo in configure (GH-26078)
This commit is contained in:
parent
366c69f3f6
commit
3c0b070f3b
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue