From 672aa16860fa9b9351546829a80ab493da1770df Mon Sep 17 00:00:00 2001 From: Vineet Kumar Date: Mon, 26 Jan 2026 14:34:18 +0530 Subject: [PATCH] Fix typo in configure file: correct "defauly" to "default" --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index c826a1bb85667b..524cafaaae9db4 100755 --- a/configure +++ b/configure @@ -26975,7 +26975,7 @@ fi # Check for --with-platlibdir # /usr/$PLATLIBDIR/python$(VERSION)$(ABI_THREAD) -PLATLIBDIR="lib" # XXX: We should probably calculate the defauly from libdir, if defined. +PLATLIBDIR="lib" # XXX: We should probably calculate the default from libdir, if defined. { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for --with-platlibdir" >&5 printf %s "checking for --with-platlibdir... " >&6; }