]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
fix typo
authorFred Drake <fdrake@acm.org>
Tue, 4 Sep 2007 19:43:19 +0000 (19:43 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 4 Sep 2007 19:43:19 +0000 (19:43 +0000)
setup.py

index 6d9f91b321d255e901decfd019e30c3ef7e3d852..6af41c2ea93e6d8c969759dd8f4019ac38fad910 100644 (file)
--- 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',)