mirror of
https://github.com/python/cpython.git
synced 2025-08-17 15:21:26 +00:00
#11515: fix several typos. Patch by Piotr Kasprzyk.
This commit is contained in:
parent
1aa999c49e
commit
24b07bcba3
44 changed files with 51 additions and 50 deletions
2
setup.py
2
setup.py
|
@ -935,7 +935,7 @@ class PyBuildExt(build_ext):
|
|||
tmp.append(dn)
|
||||
db_dirs_to_check = tmp
|
||||
|
||||
# Look for a version specific db-X.Y before an ambiguoius dbX
|
||||
# Look for a version specific db-X.Y before an ambiguous dbX
|
||||
# XXX should we -ever- look for a dbX name? Do any
|
||||
# systems really not name their library by version and
|
||||
# symlink to more general names?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue