[Python-checkins] Fix typo for configure.ac (GH-26305)

corona10 webhook-mailer at python.org
Fri May 21 19:41:07 EDT 2021


https://github.com/python/cpython/commit/a9e43615c2e1fc5dd60063c1509e8b1c5daad095
commit: a9e43615c2e1fc5dd60063c1509e8b1c5daad095
branch: main
author: Dong-hee Na <donghee.na at python.org>
committer: corona10 <donghee.na92 at gmail.com>
date: 2021-05-22T08:40:59+09:00
summary:

Fix typo for configure.ac (GH-26305)

files:
M configure.ac

diff --git a/configure.ac b/configure.ac
index 4fc269a730929..553f8ad3b52d2 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



More information about the Python-checkins mailing list