From a9e43615c2e1fc5dd60063c1509e8b1c5daad095 Mon Sep 17 00:00:00 2001 From: Dong-hee Na Date: Sat, 22 May 2021 08:40:59 +0900 Subject: [PATCH] Fix typo for configure.ac (GH-26305) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 4fc269a7309..553f8ad3b52 100644 --- a/configure.ac +++ b/configure.ac @@ -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