summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIkko Ashimine <eltociear@gmail.com>2021-05-13 17:09:17 (GMT)
committerGitHub <noreply@github.com>2021-05-13 17:09:17 (GMT)
commit3c0b070f3be5e5042fb7bccb72c81bcbdf664e2d (patch)
treea0fc6adcedbae3ac9768d4091b572e943be0f5b0
parent366c69f3f63a2a1cce57dabe8f7c2e67d1df625d (diff)
downloadcpython-3c0b070f3be5e5042fb7bccb72c81bcbdf664e2d.zip
cpython-3c0b070f3be5e5042fb7bccb72c81bcbdf664e2d.tar.gz
cpython-3c0b070f3be5e5042fb7bccb72c81bcbdf664e2d.tar.bz2
Fix typo in configure (GH-26078)
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index dc62f1e..e1d4501 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