From: Fred Drake Date: Tue, 4 Sep 2007 19:43:19 +0000 (+0000) Subject: fix typo X-Git-Tag: v3.0a2~445 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0af17617c51d6cae4c0b7ff225751e07183b96f2;p=thirdparty%2FPython%2Fcpython.git fix typo --- diff --git a/setup.py b/setup.py index 6d9f91b321d2..6af41c2ea93e 100644 --- a/setup.py +++ b/setup.py @@ -503,7 +503,7 @@ class PyBuildExt(build_ext): if sys.platform == 'darwin': # 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 (broken) dynamic library in /usr/lib. readline_extra_link_args = ('-Wl,-search_paths_first',)