From: Ikko Ashimine Date: Thu, 13 May 2021 17:09:17 +0000 (+0900) Subject: Fix typo in configure (GH-26078) X-Git-Tag: v3.11.0a1~1131 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3c0b070f3be5e5042fb7bccb72c81bcbdf664e2d;p=thirdparty%2FPython%2Fcpython.git Fix typo in configure (GH-26078) --- diff --git a/configure b/configure index dc62f1ec51fc..e1d450131fe5 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