]> granicus.if.org Git - python/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 780889fb8e647904752966c14e55f08a890be484..052fff86642a31ba7f4ca19a9021c8fe7edc2074 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -769,7 +769,7 @@ class PyBuildExt(build_ext):
             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',)