https://hg.python.org/cpython/rev/4e1a483deebf changeset: 101577:4e1a483deebf branch: 2.7 parent: 101571:824d32436198 user: Fred Drake <fdrake@acm.org> date: Tue Sep 04 19:43:19 2007 +0000 summary: fix typo files: setup.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -769,7 +769,7 @@ if host_platform == 'darwin' and os_release < 9: # In every directory on the search path search for a dynamic # library and then a static library, instead of first looking - # for dynamic libraries on the entiry path. + # for dynamic libraries on the entire path. # This way a staticly linked custom readline gets picked up # before the (possibly broken) dynamic library in /usr/lib. readline_extra_link_args = ('-Wl,-search_paths_first',) -- Repository URL: https://hg.python.org/cpython