From 4e5d92dc1011bb09fa4db3282e938b4a55dc2d21 Mon Sep 17 00:00:00 2001 From: Daniel Lee Harple Date: Tue, 25 Aug 2015 11:02:34 -0400 Subject: [PATCH] audit: spelling fix Closes Homebrew/homebrew#43273. Signed-off-by: Tim D. Smith --- Library/Homebrew/cmd/audit.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb index ca76c1c539..57e826bd50 100644 --- a/Library/Homebrew/cmd/audit.rb +++ b/Library/Homebrew/cmd/audit.rb @@ -303,7 +303,7 @@ class FormulaAuditor problem <<-EOS.undent #{dep} dependency should be depends_on "#{dep}" => :build - Or if it is indeed a runtime denpendency + Or if it is indeed a runtime dependency depends_on "#{dep}" => :run EOS when "git"