From 1721cd9c08a6f08ccef9e7fe51f42afe98d32c37 Mon Sep 17 00:00:00 2001 From: Samuel John Date: Wed, 17 Jul 2013 09:52:30 +0200 Subject: [PATCH] Typo in comments --- Library/Homebrew/requirements/python_dependency.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/requirements/python_dependency.rb b/Library/Homebrew/requirements/python_dependency.rb index 3130d1c771..f4e9196613 100644 --- a/Library/Homebrew/requirements/python_dependency.rb +++ b/Library/Homebrew/requirements/python_dependency.rb @@ -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.