]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo for configure.ac (GH-26305)
authorDong-hee Na <donghee.na@python.org>
Fri, 21 May 2021 23:40:59 +0000 (08:40 +0900)
committerGitHub <noreply@github.com>
Fri, 21 May 2021 23:40:59 +0000 (08:40 +0900)
configure.ac

index 4fc269a73092994905abd6840ca4673828bda3f3..553f8ad3b52d2ee77ae1909c80468329c407372e 100644 (file)
@@ -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