[Python-3000-checkins] r57974 - python/branches/py3k/setup.py

fred.drake python-3000-checkins at python.org
Tue Sep 4 21:43:20 CEST 2007


Author: fred.drake
Date: Tue Sep  4 21:43:19 2007
New Revision: 57974

Modified:
   python/branches/py3k/setup.py
Log:
fix typo

Modified: python/branches/py3k/setup.py
==============================================================================
--- python/branches/py3k/setup.py	(original)
+++ python/branches/py3k/setup.py	Tue Sep  4 21:43:19 2007
@@ -503,7 +503,7 @@
             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',)


More information about the Python-3000-checkins mailing list