From 3c0b070f3be5e5042fb7bccb72c81bcbdf664e2d Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Fri, 14 May 2021 02:09:17 +0900 Subject: [PATCH] Fix typo in configure (GH-26078) --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index dc62f1ec51f..e1d450131fe 100755 --- a/configure +++ b/configure @@ -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