[Python-checkins] Fix typo in configure (GH-26078)

corona10 webhook-mailer at python.org
Thu May 13 13:09:47 EDT 2021


https://github.com/python/cpython/commit/3c0b070f3be5e5042fb7bccb72c81bcbdf664e2d
commit: 3c0b070f3be5e5042fb7bccb72c81bcbdf664e2d
branch: main
author: Ikko Ashimine <eltociear at gmail.com>
committer: corona10 <donghee.na92 at gmail.com>
date: 2021-05-14T02:09:17+09:00
summary:

Fix typo in configure (GH-26078)

files:
M configure

diff --git a/configure b/configure
index dc62f1ec51fc5..e1d450131fe5a 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



More information about the Python-checkins mailing list