Typo in comments

This commit is contained in:
Samuel John 2013-07-17 09:52:30 +02:00
parent d9790309a6
commit 1721cd9c08

View File

@ -313,7 +313,7 @@ class PythonInstalled < Requirement
# Set the sys.executable to use the opt_prefix
sys.executable = '#{HOMEBREW_PREFIX}/opt/#{name}/bin/python#{version.major}.#{version.minor}'
# Fix 4)
# Make LINKFORSHARED (and python-confing --ldflags) return the
# Make LINKFORSHARED (and python-config --ldflags) return the
# full path to the lib (yes, "Python" is actually the lib, not a
# dir) so that third-party software does not need to add the
# -F/#{HOMEBREW_PREFIX}/Frameworks switch.