diff --git a/configure.ac b/configure.ac index 635fce3f2e6fad..28a19dac63d999 100644 --- a/configure.ac +++ b/configure.ac @@ -6412,7 +6412,7 @@ if test "$ac_cv_sizeof_wchar_t" -ge 2 \ -a "$ac_cv_wchar_t_signed" = "no" then AC_DEFINE([HAVE_USABLE_WCHAR_T], [1], - [Define if you have a useable wchar_t type defined in wchar.h; useable + [Define if you have a usable wchar_t type defined in wchar.h; usable means wchar_t must be an unsigned type with at least 16 bits. (see Include/unicodeobject.h).]) AC_MSG_RESULT([yes]) @@ -6502,7 +6502,7 @@ fi # Check for --with-platlibdir # /usr/$PLATLIBDIR/python$(VERSION)$(ABI_THREAD) AC_SUBST([PLATLIBDIR]) -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. AC_MSG_CHECKING([for --with-platlibdir]) AC_ARG_WITH( [platlibdir], diff --git a/pyconfig.h.in b/pyconfig.h.in index 9da33c954a52f8..d31f3da1367158 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -1599,7 +1599,7 @@ /* Define to 1 if you have the 'unshare' function. */ #undef HAVE_UNSHARE -/* Define if you have a useable wchar_t type defined in wchar.h; useable means +/* Define if you have a usable wchar_t type defined in wchar.h; usable means wchar_t must be an unsigned type with at least 16 bits. (see Include/unicodeobject.h). */ #undef HAVE_USABLE_WCHAR_T