Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix typo in configure
hte -> the
  • Loading branch information
eltociear authored May 12, 2021
commit a90c00e552df717b6229fb11ddf1e7512b702ce1
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
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