aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorSamuel John2013-07-17 09:52:30 +0200
committerSamuel John2013-07-17 09:52:30 +0200
commit1721cd9c08a6f08ccef9e7fe51f42afe98d32c37 (patch)
tree1b11c122aab85e65b05e19d13fa96d218b6cd95b /Library
parentd9790309a61cbd01168de1a3b0de8900ea85fbb2 (diff)
downloadbrew-1721cd9c08a6f08ccef9e7fe51f42afe98d32c37.tar.bz2
Typo in comments
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/requirements/python_dependency.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/requirements/python_dependency.rb b/Library/Homebrew/requirements/python_dependency.rb
index 3130d1c77..f4e919661 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.