summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2018-06-02 07:36:19 -0700
committerGitHub <noreply@github.com>2018-06-02 07:36:19 -0700
commit8e0573029f659d28cf3f19feed1a04dce973e1c2 (patch)
treebef0b9dee71457ffa45278da842dbacaec783374 /configure.ac
parent4e033c5aa12766b1a4ba90d2184dbf32ef87f06e (diff)
downloadcpython-git-8e0573029f659d28cf3f19feed1a04dce973e1c2.tar.gz
Docs: fix some wrong words (GH-6987)
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>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 11fc7e545d..bb89477ec3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -153,7 +153,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 )
@@ -609,7 +609,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