From: Dong-hee Na Date: Fri, 21 May 2021 23:40:59 +0000 (+0900) Subject: Fix typo for configure.ac (GH-26305) X-Git-Tag: v3.11.0a1~1057 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a9e43615c2e1fc5dd60063c1509e8b1c5daad095;p=thirdparty%2FPython%2Fcpython.git Fix typo for configure.ac (GH-26305) --- diff --git a/configure.ac b/configure.ac index 4fc269a73092..553f8ad3b52d 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