diff options
| -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 |
