aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2010-09-26 18:06:43 -0700
committerAdam Vandenberg2010-09-26 18:06:43 -0700
commit1cfce9d7f70dc782921d75c4a6a4eec51055c4ee (patch)
treefd541ad0a0cb8a6f32a841d2badd0b7e0bed7f79 /Library
parentfb7ffd5c0f138f76905c30d7faf53169d08437cc (diff)
downloadhomebrew-1cfce9d7f70dc782921d75c4a6a4eec51055c4ee.tar.bz2
fix typo
Diffstat (limited to 'Library')
-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