aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/requirements/python_dependency.rb
diff options
context:
space:
mode:
authorSamuel John2013-07-17 09:52:30 +0200
committerSamuel John2013-07-17 09:52:30 +0200
commit3edd0100212b580742c318492a98157640cbd50d (patch)
tree05d6f92d8012f3588eb013475c2d13aba7c9c206 /Library/Homebrew/requirements/python_dependency.rb
parentb2612035b71242559594b3ac310704c1a3375c72 (diff)
downloadhomebrew-3edd0100212b580742c318492a98157640cbd50d.tar.bz2
Typo in comments
Diffstat (limited to 'Library/Homebrew/requirements/python_dependency.rb')
-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.