Skip to content

Commit c35968c

Browse files
grimreaperMariatta
authored andcommitted
[2.7] 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 f01b951 commit c35968c

File tree

2 files changed

+92
-92
lines changed

2 files changed

+92
-92
lines changed

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3040,7 +3040,7 @@ if test "${enable_universalsdk+set}" = set; then :
30403040
enableval=$enable_universalsdk;
30413041
case $enableval in
30423042
yes)
3043-
# Locate the best usable SDK, see Mac/README.txt for more
3043+
# Locate the best usable SDK, see Mac/README for more
30443044
# information
30453045
enableval="`/usr/bin/xcodebuild -version -sdk macosx Path 2>/dev/null`"
30463046
if ! ( echo $enableval | grep -E '\.sdk' 1>/dev/null )

0 commit comments

Comments
 (0)