From 4ddbb335d0096a94ea3c11e4ff1ee63a8a71bc11 Mon Sep 17 00:00:00 2001 From: Diego Plentz Date: Wed, 28 Mar 2012 20:21:09 -0300 Subject: [PATCH] typo Signed-off-by: Adam Vandenberg --- Library/Homebrew/utils.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/utils.rb b/Library/Homebrew/utils.rb index 9b1980149e..d041194ec1 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