mirror of
https://github.com/python/cpython.git
synced 2026-04-26 22:01:08 +00:00
Docs: fix some wrong words (GH-6987)
Fix typos in code comments: bdb.py and configure.ac..
(cherry picked from commit b5c246f833)
Co-authored-by: Eitan Adler <grimreaper@users.noreply.github.com>
This commit is contained in:
parent
234b53f8b5
commit
4ba4ff4d91
2 changed files with 4 additions and 4 deletions
4
configure
vendored
4
configure
vendored
|
|
@ -3003,7 +3003,7 @@ if test "${enable_universalsdk+set}" = set; then :
|
|||
enableval=$enable_universalsdk;
|
||||
case $enableval in
|
||||
yes)
|
||||
# Locate the best usable SDK, see Mac/README.txt for more
|
||||
# Locate the best usable SDK, see Mac/README for more
|
||||
# information
|
||||
enableval="`/usr/bin/xcodebuild -version -sdk macosx Path 2>/dev/null`"
|
||||
if ! ( echo $enableval | grep -E '\.sdk' 1>/dev/null )
|
||||
|
|
@ -3527,7 +3527,7 @@ fi
|
|||
if test "$ac_sys_system" = "Darwin"
|
||||
then
|
||||
# Compiler selection on MacOSX is more complicated than
|
||||
# AC_PROG_CC can handle, see Mac/README.txt for more
|
||||
# AC_PROG_CC can handle, see Mac/README for more
|
||||
# information
|
||||
if test -z "${CC}"
|
||||
then
|
||||
|
|
|
|||
|
|
@ -155,7 +155,7 @@ AC_ARG_ENABLE(universalsdk,
|
|||
[
|
||||
case $enableval in
|
||||
yes)
|
||||
# Locate the best usable SDK, see Mac/README.txt for more
|
||||
# Locate the best usable SDK, see Mac/README for more
|
||||
# information
|
||||
enableval="`/usr/bin/xcodebuild -version -sdk macosx Path 2>/dev/null`"
|
||||
if ! ( echo $enableval | grep -E '\.sdk' 1>/dev/null )
|
||||
|
|
@ -632,7 +632,7 @@ fi
|
|||
if test "$ac_sys_system" = "Darwin"
|
||||
then
|
||||
# Compiler selection on MacOSX is more complicated than
|
||||
# AC_PROG_CC can handle, see Mac/README.txt for more
|
||||
# AC_PROG_CC can handle, see Mac/README for more
|
||||
# information
|
||||
if test -z "${CC}"
|
||||
then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue