aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorDiego Plentz2012-03-28 20:21:09 -0300
committerAdam Vandenberg2012-03-28 20:02:07 -0700
commit0dd5ad5360522e8fed294fc35b9364f4cce89546 (patch)
treec8d8de8f0cbc8984045510e8e4d8d44a2ebce1af /Library
parent8efc026c4b781091934fcabbf7e056f2acdca897 (diff)
downloadhomebrew-0dd5ad5360522e8fed294fc35b9364f4cce89546.tar.bz2
typo
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-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