Skip to content

Commit 892ea21

Browse files
grimreaperMariatta
authored andcommitted
[3.6] Docs: fix some wrong words (pythonGH-6987)
Fix typos in code comments: bdb.py and configure.ac.. (cherry picked from commit b5c246f) Co-authored-by: Eitan Adler <[email protected]>
1 parent 376c272 commit 892ea21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ AC_ARG_ENABLE(universalsdk,
155155
[
156156
case $enableval in
157157
yes)
158-
# Locate the best usable SDK, see Mac/README.txt for more
158+
# Locate the best usable SDK, see Mac/README for more
159159
# information
160160
enableval="`/usr/bin/xcodebuild -version -sdk macosx Path 2>/dev/null`"
161161
if ! ( echo $enableval | grep -E '\.sdk' 1>/dev/null )
@@ -632,7 +632,7 @@ fi
632632
if test "$ac_sys_system" = "Darwin"
633633
then
634634
# Compiler selection on MacOSX is more complicated than
635-
# AC_PROG_CC can handle, see Mac/README.txt for more
635+
# AC_PROG_CC can handle, see Mac/README for more
636636
# information
637637
if test -z "${CC}"
638638
then

0 commit comments

Comments
 (0)