]> granicus.if.org Git - python/commitdiff
Docs: fix some wrong words (GH-6987)
authorMariatta <Mariatta@users.noreply.github.com>
Sat, 9 Jun 2018 00:17:32 +0000 (17:17 -0700)
committerGitHub <noreply@github.com>
Sat, 9 Jun 2018 00:17:32 +0000 (17:17 -0700)
Fix typos in code comments: bdb.py and configure.ac..
(cherry picked from commit b5c246f833d95991fed728c3845176dd661cd5ea)

Co-authored-by: Eitan Adler <grimreaper@users.noreply.github.com>
configure
configure.ac

index 7b7b6c82dfea13666a333cd9861afcbed5b08e5a..986ab871bd53ec32476440e602fa883c43a70322 100755 (executable)
--- a/configure
+++ b/configure
@@ -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
index 30d70cff2586e3dc7bb467e02eaef451f72987b1..338be3b9a6bd4454c7d326a8c9f49366d9849bbd 100644 (file)
@@ -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