aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorAdam Vandenberg2010-09-26 18:06:43 -0700
committerAdam Vandenberg2010-09-26 18:06:43 -0700
commit82fe02170a213e38e1cafcbc45cab8c8e6e45146 (patch)
tree5b1d711662817b794d635e2855bf64b83e6f1ff9 /Library/Homebrew
parent098159d81179c8cfbd550710fa5a5f64ecfaac72 (diff)
downloadbrew-82fe02170a213e38e1cafcbc45cab8c8e6e45146.tar.bz2
fix typo
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/brew.h.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/brew.h.rb b/Library/Homebrew/brew.h.rb
index 76f56365c..daa58bbfe 100644
--- a/Library/Homebrew/brew.h.rb
+++ b/Library/Homebrew/brew.h.rb
@@ -21,7 +21,7 @@ def check_for_blacklisted_formula names
when 'setuptools' then abort <<-EOS.undent
When working with a Homebrew-built Python, distribute is preferred
- over setuptools, and can be used as the prequisite for pip.
+ over setuptools, and can be used as the prerequisite for pip.
Install distribute using:
brew install distribute