]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in configure (GH-26078)
authorIkko Ashimine <eltociear@gmail.com>
Thu, 13 May 2021 17:09:17 +0000 (02:09 +0900)
committerGitHub <noreply@github.com>
Thu, 13 May 2021 17:09:17 +0000 (02:09 +0900)
configure

index dc62f1ec51fc5bffbdd03dc8f340a3beff21d1c2..e1d450131fe5a078500bfb112531d0b8d8609ba4 100755 (executable)
--- 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