aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiego Plentz2012-03-28 20:21:09 -0300
committerAdam Vandenberg2012-03-28 20:02:07 -0700
commit4ddbb335d0096a94ea3c11e4ff1ee63a8a71bc11 (patch)
tree1b376d545450f778b4d29013af777c4d7e0f8ef0
parent4360342947bc0b5a9fd4b4317c343735bc6c6d68 (diff)
downloadbrew-4ddbb335d0096a94ea3c11e4ff1ee63a8a71bc11.tar.bz2
typo
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-rw-r--r--Library/Homebrew/utils.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/utils.rb b/Library/Homebrew/utils.rb
index 9b1980149..d041194ec 100644
--- a/Library/Homebrew/utils.rb
+++ b/Library/Homebrew/utils.rb
@@ -293,7 +293,7 @@ module MacOS extend self
else
# yes this seems dumb, but we can't throw because the existance of
# dev tools is not mandatory for installing formula. Eventually we
- # should make forumla specify if they need dev tools or not.
+ # should make formula specify if they need dev tools or not.
"/usr/bin"
end
end