mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Fix typo for configure.ac (GH-26305)
This commit is contained in:
parent
604cd71e50
commit
a9e43615c2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue