diff options
| author | Diego Plentz | 2012-03-28 20:21:09 -0300 |
|---|---|---|
| committer | Adam Vandenberg | 2012-03-28 20:02:07 -0700 |
| commit | 4ddbb335d0096a94ea3c11e4ff1ee63a8a71bc11 (patch) | |
| tree | 1b376d545450f778b4d29013af777c4d7e0f8ef0 /Library/Homebrew/utils.rb | |
| parent | 4360342947bc0b5a9fd4b4317c343735bc6c6d68 (diff) | |
| download | brew-4ddbb335d0096a94ea3c11e4ff1ee63a8a71bc11.tar.bz2 | |
typo
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Homebrew/utils.rb')
| -rw-r--r-- | Library/Homebrew/utils.rb | 2 |
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 |
