Skip to content

Commit 4ba4ff4

Browse files
Mariattagrimreaper
andauthored
Docs: fix some wrong words (GH-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 234b53f commit 4ba4ff4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

configure

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3003,7 +3003,7 @@ if test "${enable_universalsdk+set}" = set; then :
30033003
enableval=$enable_universalsdk;
30043004
case $enableval in
30053005
yes)
3006-
# Locate the best usable SDK, see Mac/README.txt for more
3006+
# Locate the best usable SDK, see Mac/README for more
30073007
# information
30083008
enableval="`/usr/bin/xcodebuild -version -sdk macosx Path 2>/dev/null`"
30093009
if ! ( echo $enableval | grep -E '\.sdk' 1>/dev/null )
@@ -3527,7 +3527,7 @@ fi
35273527
if test "$ac_sys_system" = "Darwin"
35283528
then
35293529
# Compiler selection on MacOSX is more complicated than
3530-
# AC_PROG_CC can handle, see Mac/README.txt for more
3530+
# AC_PROG_CC can handle, see Mac/README for more
35313531
# information
35323532
if test -z "${CC}"
35333533
then

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)